Commit f0ff64ed authored by David S. Miller's avatar David S. Miller

SPARC64:setup_arch Flush correct I-cache line when patching irqsz_patchme.

parent 92ed4dbe
......@@ -506,7 +506,7 @@ void __init setup_arch(char **cmdline_p)
extern unsigned int irqsz_patchme[1];
irqsz_patchme[0] |= ((i == SMP_CACHE_BYTES) ? SMP_CACHE_BYTES_SHIFT : \
SMP_CACHE_BYTES_SHIFT + 1);
flushi((long)&irqsz_patchme[1]);
flushi((long)&irqsz_patchme[0]);
} else {
prom_printf("Unexpected size of irq_stat[] elements\n");
prom_halt();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment