aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/unicore32/include/asm/processor.h')
-rw-r--r--arch/unicore32/include/asm/processor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/unicore32/include/asm/processor.h b/arch/unicore32/include/asm/processor.h
index 4eaa42167667..b772ed1c0f25 100644
--- a/arch/unicore32/include/asm/processor.h
+++ b/arch/unicore32/include/asm/processor.h
@@ -13,12 +13,6 @@
#ifndef __UNICORE_PROCESSOR_H__
#define __UNICORE_PROCESSOR_H__
-/*
- * Default implementation of macro that returns current
- * instruction pointer ("program counter").
- */
-#define current_text_addr() ({ __label__ _l; _l: &&_l; })
-
#ifdef __KERNEL__
#include <asm/ptrace.h>