extract lapic code from mp.c

This commit is contained in:
kaashoek 2006-07-12 17:00:54 +00:00
parent 6eb6f10c56
commit f27a68a24a
4 changed files with 18 additions and 206 deletions

View file

@ -1,5 +1,5 @@
OBJS = main.o console.o string.o kalloc.o proc.o trapasm.o trap.o vectors.o \
syscall.o ide.o picirq.o mp.o spinlock.o fd.o pipe.o swtch.o
syscall.o ide.o picirq.o mp.o lapic.o spinlock.o fd.o pipe.o swtch.o
# Cross-compiling (e.g., on Mac OS X)
TOOLPREFIX = i386-jos-elf-