Source-Changes-HG archive

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

[src/trunk]: src/sys/conf The bpendtsleep label has been gone for a long time...



details:   https://anonhg.NetBSD.org/src/rev/28cc24d948c1
branches:  trunk
changeset: 798080:28cc24d948c1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Aug 08 14:42:58 2014 +0000

description:
The bpendtsleep label has been gone for a long time, so cleanup the
associated hack here.

diffstat:

 sys/conf/Makefile.kern.inc |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 48543a42a719 -r 28cc24d948c1 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Fri Aug 08 14:00:30 2014 +0000
+++ b/sys/conf/Makefile.kern.inc        Fri Aug 08 14:42:58 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.168 2014/05/05 19:06:29 martin Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.169 2014/08/08 14:42:58 joerg Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -116,13 +116,6 @@
 COPTS.cpu.c+=          -fno-stack-protector
 .endif
 
-# If we want the bpendtsleep: label in kern_synch.c, we need to use
-# -fno-reorder-blocks.  Don't make this a config(1) defflag without
-# making sure this fragment remains valid.
-.if defined(HAVE_GCC) && !empty(${CFLAGS:M-DKERN_SYNCH_BPENDTSLEEP_LABEL})
-COPTS.kern_synch.c+=   -fno-reorder-blocks
-.endif
-
 # Use the per-source COPTS variables to add -g to just those
 # files that match the shell patterns given in ${DEBUGLIST}
 #



Home | Main Index | Thread Index | Old Index