Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Remove "no options GPROF", we don't have...



details:   https://anonhg.NetBSD.org/src/rev/236c224e9c17
branches:  trunk
changeset: 324809:236c224e9c17
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 21 06:30:27 2018 +0000

description:
Remove "no options GPROF", we don't have GPROF in the x86 kernels anymore.
By the way this caused a warning because GPROF is not defflag'ed
correctly...

diffstat:

 sys/arch/amd64/conf/GENERIC_KASLR |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r d262ec076755 -r 236c224e9c17 sys/arch/amd64/conf/GENERIC_KASLR
--- a/sys/arch/amd64/conf/GENERIC_KASLR Sat Jul 21 06:28:02 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC_KASLR Sat Jul 21 06:30:27 2018 +0000
@@ -1,12 +1,9 @@
-# $NetBSD: GENERIC_KASLR,v 1.4 2018/02/04 17:54:34 maxv Exp $
+# $NetBSD: GENERIC_KASLR,v 1.5 2018/07/21 06:30:27 maxv Exp $
 
 include "arch/amd64/conf/GENERIC"
 
 # KDTRACE_HOOKS does not support multiple CTF sections.
 no options     KDTRACE_HOOKS
 
-# The kernel-mode GPROF does not support multiple .text sections.
-no options     GPROF
-
 makeoptions    KASLR=1         # Kernel ASLR
 options        KASLR



Home | Main Index | Thread Index | Old Index