Module Name:    src
Committed By:   matt
Date:           Sun Jun 15 20:14:41 UTC 2014

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

Log Message:
Update comment.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/odroid/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/odroid/platform.h
diff -u src/sys/arch/evbarm/odroid/platform.h:1.1 src/sys/arch/evbarm/odroid/platform.h:1.2
--- src/sys/arch/evbarm/odroid/platform.h:1.1	Sun Apr 13 02:26:26 2014
+++ src/sys/arch/evbarm/odroid/platform.h	Sun Jun 15 20:14:41 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: platform.h,v 1.1 2014/04/13 02:26:26 matt Exp $	*/
+/*	$NetBSD: platform.h,v 1.2 2014/06/15 20:14:41 matt Exp $	*/
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include "opt_exynos.h"
 
 /*
- * Kernel VM space 16Mb behind KERNEL_BASE upto 0xf0000000
+ * Kernel VM space 16Mb behind KERNEL_BASE upto 0xeff00000
  */
 #define KERNEL_VM_BASE		0xc0000000
 #define KERNEL_VM_SIZE		(EXYNOS_CORE_VBASE - KERNEL_VM_BASE)

Reply via email to