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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'xtensa-20190816' of git://github.com/jcmvbkbc/linux-xtensa

Pull Xtensa fix from Max Filippov:
"Add missing isync into cpu_reset to make sure ITLB changes are
effective"

* tag 'xtensa-20190816' of git://github.com/jcmvbkbc/linux-xtensa:
xtensa: add missing isync to the cpu_reset TLB code

+1
+1
arch/xtensa/kernel/setup.c
··· 511 511 "add %2, %2, %7\n\t" 512 512 "addi %0, %0, -1\n\t" 513 513 "bnez %0, 1b\n\t" 514 + "isync\n\t" 514 515 /* Jump to identity mapping */ 515 516 "jx %3\n" 516 517 "2:\n\t"