Author: eadler Date: Tue Feb 4 16:29:30 2014 New Revision: 261490 URL: http://svnweb.freebsd.org/changeset/base/261490
Log: MFC r258787: r258780 should not have applied to .S files. Modified: stable/10/sys/arm/arm/cpufunc_asm_pj4b.S Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/arm/arm/cpufunc_asm_pj4b.S ============================================================================== --- stable/10/sys/arm/arm/cpufunc_asm_pj4b.S Tue Feb 4 16:18:38 2014 (r261489) +++ stable/10/sys/arm/arm/cpufunc_asm_pj4b.S Tue Feb 4 16:29:30 2014 (r261490) @@ -237,7 +237,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 */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"