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 Explicitly disable the kernel-mode GPROF...



details:   https://anonhg.NetBSD.org/src/rev/47aaef597439
branches:  trunk
changeset: 359209:47aaef597439
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Feb 04 17:54:34 2018 +0000

description:
Explicitly disable the kernel-mode GPROF (even though it is never enabled),
and explain a bit.

diffstat:

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

diffs (17 lines):

diff -r 38b164306b4e -r 47aaef597439 sys/arch/amd64/conf/GENERIC_KASLR
--- a/sys/arch/amd64/conf/GENERIC_KASLR Sun Feb 04 17:33:34 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC_KASLR Sun Feb 04 17:54:34 2018 +0000
@@ -1,8 +1,12 @@
-# $NetBSD: GENERIC_KASLR,v 1.3 2017/10/29 17:19:14 maxv Exp $
+# $NetBSD: GENERIC_KASLR,v 1.4 2018/02/04 17:54:34 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