Kernel/x86 - Moved MP Table parsing into its own file
authorJohn Hodge (sonata) <[email protected]>
Sat, 9 Feb 2013 09:59:32 +0000 (17:59 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sat, 9 Feb 2013 09:59:32 +0000 (17:59 +0800)
commit8f870b810f0416ae051e6a3785a5e74bdd3cb513
treec8a5c611b4962c47ab4ad76aff7267b875c31933
parent80d576625a159019cbb7bc17be80ae9534e99b6f
Kernel/x86 - Moved MP Table parsing into its own file
KernelLand/Kernel/arch/x86/Makefile
KernelLand/Kernel/arch/x86/include/apic.h [new file with mode: 0644]
KernelLand/Kernel/arch/x86/include/mp.h [deleted file]
KernelLand/Kernel/arch/x86/include/mptable.h [new file with mode: 0644]
KernelLand/Kernel/arch/x86/include/proc_int.h [new file with mode: 0644]
KernelLand/Kernel/arch/x86/main.c
KernelLand/Kernel/arch/x86/mptable.c [new file with mode: 0644]
KernelLand/Kernel/arch/x86/proc.c

UCC git Repository :: git.ucc.asn.au