]> git.neil.brown.name Git - history.git/commit
[PATCH] mpparse cleanups
authorMartin J. Bligh <mbligh@aracnet.com>
Mon, 23 Dec 2002 02:19:48 +0000 (18:19 -0800)
committerPatrick Mochel <mochel@osdl.org>
Mon, 23 Dec 2002 02:19:48 +0000 (18:19 -0800)
commit37d1206a506a5ee32d71bfa8e2c818551341e684
tree1aa6af48e453bf813aff1ddbbcc43e8e348c6b97
parent43f1c206e9e0cb6d11f13c177fde56f988ada646
[PATCH] mpparse cleanups

Most of code originally by James Cleverdon.

More stuff reformed in the mpparse sections - this time not apic stuff,
so we create mach_mpparse.h and stick it in there.

Abstracts out:
 - mpc_oem_bus_info() - stores mappings between buses and nodes/quads.
 - mpc_oem_pci_bus()  - stores mappings between global and local pci bus numbers

Changes summit_check() into mps_oem_check() to generalise it.
arch/i386/kernel/mpparse.c
include/asm-i386/mach-default/mach_apic.h
include/asm-i386/mach-default/mach_mpparse.h [new file with mode: 0644]
include/asm-i386/mach-numaq/mach_apic.h
include/asm-i386/mach-numaq/mach_mpparse.h [new file with mode: 0644]
include/asm-i386/mach-summit/mach_apic.h
include/asm-i386/mach-summit/mach_mpparse.h [new file with mode: 0644]