diff options
Diffstat (limited to 'include/asm-cris/arch-v10/system.h')
-rw-r--r-- | include/asm-cris/arch-v10/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-cris/arch-v10/system.h b/include/asm-cris/arch-v10/system.h index 781ca30229a8..6cc35642b8ab 100644 --- a/include/asm-cris/arch-v10/system.h +++ b/include/asm-cris/arch-v10/system.h | |||
@@ -11,6 +11,8 @@ extern inline unsigned long rdvr(void) { | |||
11 | return vr; | 11 | return vr; |
12 | } | 12 | } |
13 | 13 | ||
14 | #define cris_machine_name "cris" | ||
15 | |||
14 | /* read/write the user-mode stackpointer */ | 16 | /* read/write the user-mode stackpointer */ |
15 | 17 | ||
16 | extern inline unsigned long rdusp(void) { | 18 | extern inline unsigned long rdusp(void) { |