diff options
| -rw-r--r-- | arch/m68k/kernel/setup.c | 3 | ||||
| -rw-r--r-- | include/asm-m68k/setup.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arch/m68k/kernel/setup.c b/arch/m68k/kernel/setup.c index bba650312fd9..06feb7946d34 100644 --- a/arch/m68k/kernel/setup.c +++ b/arch/m68k/kernel/setup.c | |||
| @@ -41,11 +41,12 @@ | |||
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | unsigned long m68k_machtype; | 43 | unsigned long m68k_machtype; |
| 44 | unsigned long m68k_cputype; | ||
| 45 | EXPORT_SYMBOL(m68k_machtype); | 44 | EXPORT_SYMBOL(m68k_machtype); |
| 45 | unsigned long m68k_cputype; | ||
| 46 | EXPORT_SYMBOL(m68k_cputype); | 46 | EXPORT_SYMBOL(m68k_cputype); |
| 47 | unsigned long m68k_fputype; | 47 | unsigned long m68k_fputype; |
| 48 | unsigned long m68k_mmutype; | 48 | unsigned long m68k_mmutype; |
| 49 | EXPORT_SYMBOL(m68k_mmutype); | ||
| 49 | #ifdef CONFIG_VME | 50 | #ifdef CONFIG_VME |
| 50 | unsigned long vme_brdtype; | 51 | unsigned long vme_brdtype; |
| 51 | EXPORT_SYMBOL(vme_brdtype); | 52 | EXPORT_SYMBOL(vme_brdtype); |
diff --git a/include/asm-m68k/setup.h b/include/asm-m68k/setup.h index 2a8853cd6554..4dfb3952b375 100644 --- a/include/asm-m68k/setup.h +++ b/include/asm-m68k/setup.h | |||
| @@ -248,7 +248,7 @@ extern unsigned long m68k_machtype; | |||
| 248 | #ifndef __ASSEMBLY__ | 248 | #ifndef __ASSEMBLY__ |
| 249 | extern unsigned long m68k_cputype; | 249 | extern unsigned long m68k_cputype; |
| 250 | extern unsigned long m68k_fputype; | 250 | extern unsigned long m68k_fputype; |
| 251 | extern unsigned long m68k_mmutype; /* Not really used yet */ | 251 | extern unsigned long m68k_mmutype; |
| 252 | #ifdef CONFIG_VME | 252 | #ifdef CONFIG_VME |
| 253 | extern unsigned long vme_brdtype; | 253 | extern unsigned long vme_brdtype; |
| 254 | #endif | 254 | #endif |
