Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include/arm32 G/C



details:   https://anonhg.NetBSD.org/src/rev/19fc978f14c9
branches:  trunk
changeset: 744732:19fc978f14c9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 11 13:31:23 2020 +0000

description:
G/C

diffstat:

 sys/arch/arm/include/arm32/types.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 0e071f49efe6 -r 19fc978f14c9 sys/arch/arm/include/arm32/types.h
--- a/sys/arch/arm/include/arm32/types.h        Tue Feb 11 11:36:52 2020 +0000
+++ b/sys/arch/arm/include/arm32/types.h        Tue Feb 11 13:31:23 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.12 2018/01/24 09:04:45 skrll Exp $ */
+/*     $NetBSD: types.h,v 1.13 2020/02/11 13:31:23 skrll Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -38,13 +38,6 @@
 #ifndef _ARM_ARM32_TYPES_H_
 #define        _ARM_ARM32_TYPES_H_
 
-#ifdef _KERNEL
-
-#ifdef _KERNEL_OPT
-#include "opt_arm32_pmap.h"
-#endif
-#endif
-
 #include <arm/types.h>         /* pull in generic ARM definitions */
 
 #define        __HAVE_CPU_LWP_SETPRIVATE



Home | Main Index | Thread Index | Old Index