Print this page
remove inlines,some other files

*** 150,174 **** # # locore.o is special. It must be the first file relocated so that it # it is relocated just where its name implies. # ! SPECIAL_OBJS_32 += \ locore.o \ fast_trap_asm.o \ interrupt.o \ ! syscall_asm.o ! ! SPECIAL_OBJS_64 += \ ! locore.o \ ! fast_trap_asm.o \ ! interrupt.o \ ! syscall_asm_amd64.o \ kpti_trampolines.o - SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS)) - # # Objects that get compiled into the identity mapped PT_LOAD section of unix # to handle the earliest part of booting. # DBOOT_OBJS_32 = --- 150,166 ---- # # locore.o is special. It must be the first file relocated so that it # it is relocated just where its name implies. # ! SPECIAL_OBJS += \ locore.o \ fast_trap_asm.o \ interrupt.o \ ! syscall_asm.o \ kpti_trampolines.o # # Objects that get compiled into the identity mapped PT_LOAD section of unix # to handle the earliest part of booting. # DBOOT_OBJS_32 =
*** 269,279 **** locore.o \ mpcore.o \ sseblk.o \ swtch.o \ syscall_asm.o \ - syscall_asm_amd64.o \ kpti_trampolines.o \ cpr_wakecode.o CPR_IMPL_OBJS = cpr_impl.o cpr_wakecode.o --- 261,270 ----