.. | .. |
---|
67 | 67 | #ifdef CONFIG_X86_MPPARSE |
---|
68 | 68 | extern void e820__memblock_alloc_reserved_mpc_new(void); |
---|
69 | 69 | extern int enable_update_mptable; |
---|
70 | | -extern int default_mpc_apic_id(struct mpc_cpu *m); |
---|
71 | | -extern void default_smp_read_mpc_oem(struct mpc_table *mpc); |
---|
72 | | -# ifdef CONFIG_X86_IO_APIC |
---|
73 | | -extern void default_mpc_oem_bus_info(struct mpc_bus *m, char *str); |
---|
74 | | -# else |
---|
75 | | -# define default_mpc_oem_bus_info NULL |
---|
76 | | -# endif |
---|
77 | 70 | extern void default_find_smp_config(void); |
---|
78 | 71 | extern void default_get_smp_config(unsigned int early); |
---|
79 | 72 | #else |
---|
80 | 73 | static inline void e820__memblock_alloc_reserved_mpc_new(void) { } |
---|
81 | 74 | #define enable_update_mptable 0 |
---|
82 | | -#define default_mpc_apic_id NULL |
---|
83 | | -#define default_smp_read_mpc_oem NULL |
---|
84 | | -#define default_mpc_oem_bus_info NULL |
---|
85 | 75 | #define default_find_smp_config x86_init_noop |
---|
86 | 76 | #define default_get_smp_config x86_init_uint_noop |
---|
87 | 77 | #endif |
---|