Module Name:    src
Committed By:   skrll
Date:           Sun Aug  5 15:28:21 UTC 2018

Modified Files:
        src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c

Log Message:
Undo previous as it is not required.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/bcm53xx/bcm53xx_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/bcm53xx/bcm53xx_machdep.c
diff -u src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c:1.14 src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c:1.15
--- src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c:1.14	Sun Aug  5 13:41:27 2018
+++ src/sys/arch/evbarm/bcm53xx/bcm53xx_machdep.c	Sun Aug  5 15:28:21 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: bcm53xx_machdep.c,v 1.14 2018/08/05 13:41:27 kre Exp $	*/
+/*	$NetBSD: bcm53xx_machdep.c,v 1.15 2018/08/05 15:28:21 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #define IDM_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bcm53xx_machdep.c,v 1.14 2018/08/05 13:41:27 kre Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bcm53xx_machdep.c,v 1.15 2018/08/05 15:28:21 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_evbarm_boardtype.h"
@@ -95,8 +95,6 @@ static void bcm53xx_system_reset(void);
  */
 #define	KERN_VTOPDIFF	((vaddr_t)KERNEL_BASE_phys - (vaddr_t)KERNEL_BASE_virt)
 
-vaddr_t kern_vtopdiff;	/*XXX should be in some header ?? XXX*/
-
 #ifndef CONADDR
 #define CONADDR		(BCM53XX_IOREG_PBASE + CCA_UART0_BASE)
 #endif

Reply via email to