Author: eadler
Date: Sun Dec 1 02:58:48 2013
New Revision: 258787
URL: http://svnweb.freebsd.org/changeset/base/258787
Log:
r258780 should not have applied to .S files.
Reported by: jmallett
Modified:
head/sys/arm/arm/cpufunc_asm_pj4b.S
Modified: head/sys/arm/arm/cpufunc_asm_pj4b.S
==============================================================================
--- head/sys/arm/arm/cpufunc_asm_pj4b.S Sat Nov 30 23:56:26 2013
(r258786)
+++ head/sys/arm/arm/cpufunc_asm_pj4b.S Sun Dec 1 02:58:48 2013
(r258787)
@@ -105,7 +105,7 @@ ENTRY(pj4b_config)
orr r0, r0, #(1 << 27) /* Critical word first sequencing
disable */
orr r0, r0, #(1 << 29) /* Disable MO device read / write */
orr r0, r0, #(1 << 30) /* L1 cache strict round-robin
replacement policy*/
- orr r0, r0, #(1U << 31) /* Enable write evict */
+ orr r0, r0, #(1 << 31) /* Enable write evict */
mcr p15, 1, r0, c15, c1, 2
#if defined(SMP)
/* Set SMP mode in Auxiliary Control Register */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"