move mp.h to low-level

This commit is contained in:
rsc 2007-08-27 23:55:45 +00:00
parent a8acdf02ee
commit fa74a74984

View file

@ -6,7 +6,6 @@ x86.h
asm.h
mmu.h
elf.h
mp.h
# startup
bootasm.S
@ -53,11 +52,11 @@ exec.c
# pipes
pipe.c
# string operations
string.c
# low-level PC
mp.h
mp.c
lapic.c
ioapic.c
@ -80,5 +79,3 @@ console.c