Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/exynos Use KERNEL_IO_VBASE instead of magic ...



details:   https://anonhg.NetBSD.org/src/rev/439dabf95175
branches:  trunk
changeset: 324472:439dabf95175
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jul 05 13:11:03 2018 +0000

description:
Use KERNEL_IO_VBASE instead of magic number

diffstat:

 sys/arch/evbarm/exynos/platform.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 085f9bde49f6 -r 439dabf95175 sys/arch/evbarm/exynos/platform.h
--- a/sys/arch/evbarm/exynos/platform.h Thu Jul 05 05:41:17 2018 +0000
+++ b/sys/arch/evbarm/exynos/platform.h Thu Jul 05 13:11:03 2018 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index