svn commit: r183839 - head/sys/arm/arm

Rafal Jaworowski raj at FreeBSD.org
Mon Oct 13 19:14:14 UTC 2008


Author: raj
Date: Mon Oct 13 19:14:14 2008
New Revision: 183839
URL: http://svn.freebsd.org/changeset/base/183839

Log:
  One more L2 cache synchronization call that didn't make the previous commit.

Modified:
  head/sys/arm/arm/locore.S

Modified: head/sys/arm/arm/locore.S
==============================================================================
--- head/sys/arm/arm/locore.S	Mon Oct 13 18:59:59 2008	(r183838)
+++ head/sys/arm/arm/locore.S	Mon Oct 13 19:14:14 2008	(r183839)
@@ -245,6 +245,8 @@ ENTRY_NP(cpu_halt)
 	ldr	r0, .Lcpufuncs
 	mov	lr, pc
 	ldr	pc, [r0, #CF_IDCACHE_WBINV_ALL]
+	mov	lr, pc
+	ldr	pc, [r0, #CF_L2CACHE_WBINV_ALL]
 
 	/*
 	 * Load the cpu_reset_needs_v4_MMU_disable flag to determine if it's


More information about the svn-src-head mailing list