Module Name:    src
Committed By:   jmcneill
Date:           Thu Jul  5 13:11:03 UTC 2018

Modified Files:
        src/sys/arch/evbarm/exynos: platform.h

Log Message:
Use KERNEL_IO_VBASE instead of magic number


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/exynos/platform.h

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/exynos/platform.h
diff -u src/sys/arch/evbarm/exynos/platform.h:1.2 src/sys/arch/evbarm/exynos/platform.h:1.3
--- src/sys/arch/evbarm/exynos/platform.h:1.2	Sat Jun 10 15:13:19 2017
+++ src/sys/arch/evbarm/exynos/platform.h	Thu Jul  5 13:11:03 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: platform.h,v 1.2 2017/06/10 15:13:19 jmcneill Exp $	*/
+/*	$NetBSD: platform.h,v 1.3 2018/07/05 13:11:03 jmcneill Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -38,6 +38,6 @@
  * IO space
  */
 
-#define EXYNOS_CORE_VBASE	0xf0000000
+#define EXYNOS_CORE_VBASE	KERNEL_IO_VBASE
 
 #endif /* _ARM_EXYNOS_PLATFORM_H */

Reply via email to