mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
This patch fixes cache memory parameter setting for the M32104 target. So
far, its performance seemed to have been degraded due to incorrect cache
parameter setting.
* arch/m32r/boot/setup.S: Set SFR(Special Fuction Registers) region
to be non-cachable explicitly.
* arch/m32r/mm/cache.c: Fix cache flushing routines not to switch off
the M32104 cache.
Signed-off-by: Hayato Fujiwara <fujiwara@linux-m32r.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
||
|---|---|---|
| .. | ||
| cache.c | ||
| discontig.c | ||
| extable.c | ||
| fault-nommu.c | ||
| fault.c | ||
| init.c | ||
| ioremap-nommu.c | ||
| ioremap.c | ||
| Makefile | ||
| mmu.S | ||
| page.S | ||