Module Name: src
Committed By: christos
Date: Mon Dec 3 00:12:22 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: files.amd64
Log Message:
KASLR is in files.kern now.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/arch/amd64/conf/files.amd64
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/files.amd64
diff -u src/sys/arch/amd64/conf/files.amd64:1.107 src/sys/arch/amd64/conf/files.amd64:1.108
--- src/sys/arch/amd64/conf/files.amd64:1.107 Wed Oct 31 02:26:25 2018
+++ src/sys/arch/amd64/conf/files.amd64 Sun Dec 2 19:12:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: files.amd64,v 1.107 2018/10/31 06:26:25 maxv Exp $
+# $NetBSD: files.amd64,v 1.108 2018/12/03 00:12:22 christos Exp $
#
# new style config file for amd64 architecture
#
@@ -28,8 +28,7 @@ defflag opt_spectre.h SPECTRE_V2_GCC_MIT
#
defflag USER_LDT
-defflag KASLR
-defflag eisa.h EISA
+defflag eisa.h EISA
# Start code
file arch/amd64/amd64/locore.S machdep