diff options
author | rsc <rsc> | 2007-08-27 23:55:45 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-27 23:55:45 +0000 |
commit | fa74a74984641565797adb3713e244008c9459ea (patch) | |
tree | bd87a4308fee1df4a92185accf1be81b6c5fea1d | |
parent | a8acdf02eec50333066a678adf263a16b323c87c (diff) | |
download | xv6-labs-fa74a74984641565797adb3713e244008c9459ea.tar.gz xv6-labs-fa74a74984641565797adb3713e244008c9459ea.tar.bz2 xv6-labs-fa74a74984641565797adb3713e244008c9459ea.zip |
move mp.h to low-level
-rw-r--r-- | runoff.list | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/runoff.list b/runoff.list index a44a36a..6952432 100644 --- a/runoff.list +++ b/runoff.list @@ -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 - - |