Move sensitive instructions from libc into kernel

This commit is contained in:
Erik van der Kouwe 2010-07-23 07:12:47 +00:00
parent a06e5c383d
commit f389ad2655
9 changed files with 7 additions and 7 deletions

View File

@ -12,6 +12,13 @@ SRCS+= arch_do_vmctl.c \
do_sdevio.c \
exception.c \
i8259.c \
io_inb.S \
io_inl.S \
io_intr.S \
io_inw.S \
io_outb.S \
io_outl.S \
io_outw.S \
klib.S \
memory.c \
oxpcie.c \

View File

@ -7,13 +7,6 @@ SRCS+= \
alloca.S \
get_bp.S \
getprocessor.S \
io_inb.S \
io_inl.S \
io_intr.S \
io_inw.S \
io_outb.S \
io_outl.S \
io_outw.S \
oneC_sum.S \
ucontext.S