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

powerpc/book3e-64/kexec: Set "r4 = 0" when entering spinloop

book3e_secondary_core_init will only create a TLB entry if r4 = 0,
so do so.

Signed-off-by: Scott Wood <scottwood@freescale.com>

+2
+2
arch/powerpc/kernel/misc_64.S
··· 485 485 mtsrr1 r11 486 486 rfid 487 487 #else 488 + /* Create TLB entry in book3e_secondary_core_init */ 489 + li r4,0 488 490 ba 0x60 489 491 #endif 490 492 #endif