Source-Changes-HG archive

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

[.joined/src/trunk]: .joined/src/sys/arch/evbarm/hdl_g Fix DIAGNOSTIC fallout



details:   https://anonhg.NetBSD.org/.joined/src/rev/3a405136f5ee
branches:  trunk
changeset: 359423:3a405136f5ee
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 04 10:38:04 2022 +0000

description:
Fix DIAGNOSTIC fallout

diffstat:

 sys/arch/evbarm/hdl_g/hdlg_machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 1fcb465816b4 -r 3a405136f5ee sys/arch/evbarm/hdl_g/hdlg_machdep.c
--- a/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Tue Jan 04 06:08:14 2022 +0000
+++ b/sys/arch/evbarm/hdl_g/hdlg_machdep.c      Tue Jan 04 10:38:04 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hdlg_machdep.c,v 1.32 2021/11/20 08:48:55 rin Exp $    */
+/*     $NetBSD: hdlg_machdep.c,v 1.33 2022/01/04 10:38:04 skrll Exp $  */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.32 2021/11/20 08:48:55 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.33 2022/01/04 10:38:04 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_console.h"
@@ -228,9 +228,7 @@
 initarm(void *arg)
 {
        extern vaddr_t xscale_cache_clean_addr;
-#ifdef DIAGNOSTIC
        extern vsize_t xscale_minidata_clean_size;
-#endif
        int loop;
        int loop1;
        u_int l1pagetable;



Home | Main Index | Thread Index | Old Index