Module Name:    src
Committed By:   matt
Date:           Sun Jun 16 17:57:21 UTC 2013

Modified Files:
        src/sys/arch/evbarm/beagle: beagle_start.S

Log Message:
Fix pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/beagle/beagle_start.S

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/beagle/beagle_start.S
diff -u src/sys/arch/evbarm/beagle/beagle_start.S:1.14 src/sys/arch/evbarm/beagle/beagle_start.S:1.15
--- src/sys/arch/evbarm/beagle/beagle_start.S:1.14	Sun Jun 16 16:48:23 2013
+++ src/sys/arch/evbarm/beagle/beagle_start.S	Sun Jun 16 17:57:21 2013
@@ -98,7 +98,7 @@
 #define INIT_MEMSIZE	128
 #endif
 
-RCSID("$NetBSD: beagle_start.S,v 1.14 2013/06/16 16:48:23 matt Exp $")
+RCSID("$NetBSD: beagle_start.S,v 1.15 2013/06/16 17:57:21 matt Exp $")
 
 #define Invalidate_I_cache(reg) \
 	mcr	p15, 0, reg, c7, c5, 0	/* Invalidate Entire I cache */
@@ -285,8 +285,8 @@ mmu_init_table:
 		L1_S_PROTO | L1_S_APv7_KRW)
 
 #if OMAP_L4_CORE_BASE <= CONSADDR \
-	/* Map first 1MB of L4 CORE 1:1 (so console will work) */
 	&& CONSADDR < OMAP_L4_CORE_BASE + OMAP_L4_CORE_SIZE
+	/* Map first 1MB of L4 CORE 1:1 (so console will work) */
 	MMU_INIT(OMAP_L4_CORE_BASE, OMAP_L4_CORE_BASE,
 		(OMAP_L4_CORE_SIZE + L1_S_SIZE - 1) / L1_S_SIZE,
 		L1_S_PROTO | L1_S_APv7_KRW)

Reply via email to