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 wrap opt_* includes with if defined(_KERN...



details:   https://anonhg.NetBSD.org/src/rev/3a3cbdb38d71
branches:  trunk
changeset: 791230:3a3cbdb38d71
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Nov 09 17:28:58 2013 +0000

description:
wrap opt_* includes with if defined(_KERNEL_OPT)

diffstat:

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

diffs (21 lines):

diff -r 31f745e36ca2 -r 3a3cbdb38d71 sys/arch/arm/arm32/genassym.cf
--- a/sys/arch/arm/arm32/genassym.cf    Sat Nov 09 16:05:39 2013 +0000
+++ b/sys/arch/arm/arm32/genassym.cf    Sat Nov 09 17:28:58 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.65 2013/08/18 07:55:28 matt Exp $
+#      $NetBSD: genassym.cf,v 1.66 2013/11/09 17:28:58 jmcneill Exp $
 
 # Copyright (c) 1982, 1990 The Regents of the University of California.
 # All rights reserved.
@@ -54,9 +54,11 @@
 include <machine/pcb.h>
 include <machine/vmparam.h>
 
+if defined(_KERNEL_OPT)
 include "opt_multiprocessor.h"
 include "opt_compat_netbsd.h"
 include "opt_execfmt.h"
+endif
 
 define __PROG32                1
 ifdef __ARM_FIQ_INDIRECT



Home | Main Index | Thread Index | Old Index