dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/asm-x86/mach-generic
Yinghai Lu 64898a8bad x86: extend and use x86_quirks to clean up NUMAQ code
add these new x86_quirks methods:

	int *mpc_record;
	int (*mpc_apic_id)(struct mpc_config_processor *m);
	void (*mpc_oem_bus_info)(struct mpc_config_bus *m, char *name);
	void (*mpc_oem_pci_bus)(struct mpc_config_bus *m);
	void (*smp_read_mpc_oem)(struct mp_config_oemtable *oemtable,
                                    unsigned short oemsize);

... and move NUMAQ related mps table handling to numaq_32.c.

also move the call to smp_read_mpc_oem() to smp_read_mpc() directly.

Should not change functionality, albeit it would be nice to get it
tested on real NUMAQ as well ...

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-07-20 09:25:52 +02:00
..
gpio.h x86: add generic GPIO support to x86 2008-01-30 13:33:35 +01:00
irq_vectors_limits.h
mach_apic.h x86: remove mpc_apic_id() 2008-04-17 17:41:07 +02:00
mach_apicdef.h
mach_ipi.h
mach_mpparse.h x86: make generic arch support NUMAQ 2008-06-10 11:34:42 +02:00
mach_mpspec.h x86: extend and use x86_quirks to clean up NUMAQ code 2008-07-20 09:25:52 +02:00