diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2017-06-04 18:24:41 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2017-06-04 18:24:41 +0000 |
commit | e2e6a2a1b6417ce7b87a741b50d513c48b8a564e (patch) | |
tree | 129654af12afe2f44dbcc0505dd3cd7cf412f7d4 /sys/modules/linux64/Makefile | |
parent | a29b35dd5e3acab4da54b06f01ac3f11099f0d04 (diff) |
Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.h
contains such fundamental settings as e.g. SMP option and fake
opt_global.h almost never match real configured kernels.
Reported by: kib@
Notes
Notes:
svn path=/head/; revision=319570
Diffstat (limited to 'sys/modules/linux64/Makefile')
-rw-r--r-- | sys/modules/linux64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile index fe723da01a77..a33ae54f760d 100644 --- a/sys/modules/linux64/Makefile +++ b/sys/modules/linux64/Makefile @@ -10,7 +10,7 @@ SRCS= linux_fork.c linux_dummy.c linux_file.c linux_event.c \ linux_machdep.c linux_misc.c linux_ptrace.c linux_signal.c \ linux_socket.c linux_stats.c linux_sysctl.c linux_sysent.c \ linux_sysvec.c linux_time.c linux_vdso.c linux_timer.c \ - opt_inet6.h opt_compat.h opt_global.h opt_posix.h opt_usb.h \ + opt_inet6.h opt_compat.h opt_posix.h opt_usb.h \ vnode_if.h device_if.h bus_if.h assym.s \ linux_support.s DPSRCS= linux_genassym.c |