Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 __HAVE_UNNESTED_INTRS is never used.



details:   https://anonhg.NetBSD.org/src/rev/8d0681306955
branches:  trunk
changeset: 337234:8d0681306955
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Apr 07 20:38:20 2015 +0000

description:
__HAVE_UNNESTED_INTRS is never used.

diffstat:

 sys/arch/arm/arm32/genassym.cf |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 9d4accccc1d6 -r 8d0681306955 sys/arch/arm/arm32/genassym.cf
--- a/sys/arch/arm/arm32/genassym.cf    Tue Apr 07 20:36:21 2015 +0000
+++ b/sys/arch/arm/arm32/genassym.cf    Tue Apr 07 20:38:20 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.70 2015/03/23 17:28:14 matt Exp $
+#      $NetBSD: genassym.cf,v 1.71 2015/04/07 20:38:20 matt Exp $
 
 # Copyright (c) 1982, 1990 The Regents of the University of California.
 # All rights reserved.
@@ -78,10 +78,6 @@
 define __HAVE_PIC_FAST_SOFTINTS        1
 endif
 
-ifdef __HAVE_UNNESTED_INTRS
-define __HAVE_UNNESTED_INTRS   1
-endif
-
 ifdef ARM_MMU_EXTENDED
 define  ARM_MMU_EXTENDED       1
 endif



Home | Main Index | Thread Index | Old Index