Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 4864/1: Enable write buffer coalescing on IOP

Some bootloaders are disabling write buffer coalescing. Enable it back
under linux.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Arnaud Patard and committed by
Russell King
391c569d 7d7971db

+4
+4
arch/arm/mm/proc-xscale.S
··· 114 114 * Nothing too exciting at the moment 115 115 */ 116 116 ENTRY(cpu_xscale_proc_init) 117 + @ enable write buffer coalescing. Some bootloader disable it 118 + mrc p15, 0, r1, c1, c0, 1 119 + bic r1, r1, #1 120 + mcr p15, 0, r1, c1, c0, 1 117 121 mov pc, lr 118 122 119 123 /*