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-20170202' of git://github.com/jcmvbkbc/linux-xtensa

Pull Xtensa fix from Max Filippov:
"A for an Xtensa build error introduced in reset code refactoring
series in v4.9:

- fix noMMU build on cores with MMU"

* tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensa:
xtensa: fix noMMU build on cores with MMU

+1 -1
+1 -1
arch/xtensa/kernel/setup.c
··· 419 419 420 420 void cpu_reset(void) 421 421 { 422 - #if XCHAL_HAVE_PTP_MMU 422 + #if XCHAL_HAVE_PTP_MMU && IS_ENABLED(CONFIG_MMU) 423 423 local_irq_disable(); 424 424 /* 425 425 * We have full MMU: all autoload ways, ways 7, 8 and 9 of DTLB must