mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-20 18:15:29 +00:00
Fix a really old buglet in AMD Au1xx0 restart code: instead of
modifying the whole CP0 Config.K0 field to 010b (meaning KSEG0 uncached)
before flushing the caches and resetting a board, it only sets bit 1 of that
reg. which is effectively a NOP since Config.K0 == 011b as the kernel sets it
up (which is also its default value for Au1xx0).
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
History
|
|
|---|---|---|
| .. | ||
| au1xxx_irqmap.c | ||
| clocks.c | ||
| cputable.c | ||
| dbdma.c | ||
| dbg_io.c | ||
| dma.c | ||
| gpio.c | ||
| int-handler.S | ||
| irq.c | ||
| Makefile | ||
| pci.c | ||
| platform.c | ||
| power.c | ||
| prom.c | ||
| puts.c | ||
| reset.c | ||
| setup.c | ||
| sleeper.S | ||
| time.c | ||
| usbdev.c | ||