diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-cris/arch-v10/system.h | 2 | ||||
-rw-r--r-- | include/asm-cris/axisflashmap.h | 3 |
2 files changed, 5 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) { |
diff --git a/include/asm-cris/axisflashmap.h b/include/asm-cris/axisflashmap.h index 600bb8715d89..7a8d3114e682 100644 --- a/include/asm-cris/axisflashmap.h +++ b/include/asm-cris/axisflashmap.h | |||
@@ -40,4 +40,7 @@ struct partitiontable_entry { | |||
40 | #define PARTITION_TYPE_KERNEL 0x0002 | 40 | #define PARTITION_TYPE_KERNEL 0x0002 |
41 | #define PARTITION_TYPE_JFFS 0x0003 | 41 | #define PARTITION_TYPE_JFFS 0x0003 |
42 | 42 | ||
43 | /* The master mtd for the entire flash. */ | ||
44 | extern struct mtd_info* axisflash_mtd; | ||
45 | |||
43 | #endif | 46 | #endif |