Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164984633
D29412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
900 B
Referenced Files
None
Subscribers
None
D29412.diff
View Options
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
.PATH: ${SRCTOP}/sys/compat/linux ${SRCTOP}/sys/${MACHINE}/linux
-.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
+.if ${MACHINE_CPUARCH} == "amd64"
.PATH: ${SRCTOP}/sys/x86/linux
.endif
@@ -16,16 +16,13 @@
opt_compat.h opt_inet6.h opt_posix.h opt_usb.h \
vnode_if.h device_if.h bus_if.h \
linux_support.s
-.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
+.if ${MACHINE_CPUARCH} == "amd64"
SRCS+= linux_dummy_x86.c
.endif
DPSRCS= assym.inc linux_genassym.c
# XXX: for assym.inc
SRCS+= opt_kstack_pages.h opt_nfs.h opt_hwpmc_hooks.h
-.if ${MACHINE_CPUARCH} == "i386"
-SRCS+= opt_apic.h
-.endif
CLEANFILES= linux_assym.h linux_genassym.o linux_locore.o \
genassym.o
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 6, 5:36 AM (12 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36042158
Default Alt Text
D29412.diff (900 B)
Attached To
Mode
D29412: Get rid of i386 ref here as linux64 is a 64-bit module.
Attached
Detach File
Event Timeline
Log In to Comment