|
47 | 47 | #endif |
48 | 48 | #include <asm/macintosh.h> |
49 | 49 | #include <asm/natfeat.h> |
| 50 | +#include <asm/config.h> |
50 | 51 |
|
51 | 52 | #if !FPSTATESIZE || !NR_IRQS |
52 | 53 | #warning No CPU/platform type selected, your kernel will not work! |
@@ -113,28 +114,6 @@ EXPORT_SYMBOL(isa_type); |
113 | 114 | EXPORT_SYMBOL(isa_sex); |
114 | 115 | #endif |
115 | 116 |
|
116 | | -extern int amiga_parse_bootinfo(const struct bi_record *); |
117 | | -extern int atari_parse_bootinfo(const struct bi_record *); |
118 | | -extern int mac_parse_bootinfo(const struct bi_record *); |
119 | | -extern int q40_parse_bootinfo(const struct bi_record *); |
120 | | -extern int bvme6000_parse_bootinfo(const struct bi_record *); |
121 | | -extern int mvme16x_parse_bootinfo(const struct bi_record *); |
122 | | -extern int mvme147_parse_bootinfo(const struct bi_record *); |
123 | | -extern int hp300_parse_bootinfo(const struct bi_record *); |
124 | | -extern int apollo_parse_bootinfo(const struct bi_record *); |
125 | | - |
126 | | -extern void config_amiga(void); |
127 | | -extern void config_atari(void); |
128 | | -extern void config_mac(void); |
129 | | -extern void config_sun3(void); |
130 | | -extern void config_apollo(void); |
131 | | -extern void config_mvme147(void); |
132 | | -extern void config_mvme16x(void); |
133 | | -extern void config_bvme6000(void); |
134 | | -extern void config_hp300(void); |
135 | | -extern void config_q40(void); |
136 | | -extern void config_sun3x(void); |
137 | | - |
138 | 117 | #define MASK_256K 0xfffc0000 |
139 | 118 |
|
140 | 119 | extern void paging_init(void); |
|
0 commit comments