aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-sh/processor_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/processor_32.h b/include/asm-sh/processor_32.h
index c6583f267071..0dadd75bd93c 100644
--- a/include/asm-sh/processor_32.h
+++ b/include/asm-sh/processor_32.h
@@ -19,7 +19,7 @@
19 * Default implementation of macro that returns current 19 * Default implementation of macro that returns current
20 * instruction pointer ("program counter"). 20 * instruction pointer ("program counter").
21 */ 21 */
22#define current_text_addr() ({ void *pc; __asm__("mova 1f, %0\n1:":"=z" (pc)); pc; }) 22#define current_text_addr() ({ void *pc; __asm__("mova 1f, %0\n.align 2\n1:":"=z" (pc)); pc; })
23 23
24/* Core Processor Version Register */ 24/* Core Processor Version Register */
25#define CCN_PVR 0xff000030 25#define CCN_PVR 0xff000030