Module Name: src
Committed By: skrll
Date: Tue Jan 4 10:38:05 UTC 2022
Modified Files:
src/sys/arch/evbarm/hdl_g: hdlg_machdep.c
Log Message:
Fix DIAGNOSTIC fallout
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/hdl_g/hdlg_machdep.c
diff -u src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.32 src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.33
--- src/sys/arch/evbarm/hdl_g/hdlg_machdep.c:1.32 Sat Nov 20 08:48:55 2021
+++ src/sys/arch/evbarm/hdl_g/hdlg_machdep.c Tue Jan 4 10:38:04 2022
@@ -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 @@ vaddr_t
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;