Print this page
remove inlines,some other files

@@ -152,25 +152,17 @@
 
 #
 #       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 +=              \
+SPECIAL_OBJS +=                 \
         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     \
+        syscall_asm.o           \
         kpti_trampolines.o
 
-SPECIAL_OBJS += $(SPECIAL_OBJS_$(CLASS))
-
 #
 # object files used to boot into full kernel
 #
 DBOOT_OBJS_32 = muldiv.o
 

@@ -252,9 +244,8 @@
         lock_prim.o             \
         locore.o                \
         panic_asm.o             \
         sseblk.o                \
         swtch.o                 \
-        syscall_asm.o           \
-        syscall_asm_amd64.o
+        syscall_asm.o
 
 $(KDI_ASSYM_DEPS:%=$(OBJS_DIR)/%):      $(DSF_DIR)/$(OBJS_DIR)/kdi_assym.h