1 --- a/arch/mips/kernel/head.S
2 +++ b/arch/mips/kernel/head.S
7 -#ifndef CONFIG_NO_EXCEPT_FILL
9 - * Reserved space for exception handlers.
10 - * Necessary for machines which link their kernels at KSEG0.
17 #ifdef CONFIG_BOOT_RAW
18 @@ -141,6 +133,14 @@ FEXPORT(__kernel_entry)
22 +#ifndef CONFIG_NO_EXCEPT_FILL
24 + * Reserved space for exception handlers.
25 + * Necessary for machines which link their kernels at KSEG0.
30 #ifdef CONFIG_IMAGE_CMDLINE_HACK
32 EXPORT(__image_cmdline)
33 --- a/arch/mips/Kconfig
34 +++ b/arch/mips/Kconfig
35 @@ -86,6 +86,7 @@ config ATH79
38 bool "Broadcom BCM47XX based boards"
42 select DMA_NONCOHERENT