Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2008 19:14:14 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r183839 - head/sys/arm/arm
Message-ID:  <200810131914.m9DJEEJN084115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810131914.m9DJEEJN084115>