Loading arch/xtensa/Kconfig +6 −0 Original line number Diff line number Diff line Loading @@ -436,6 +436,12 @@ source "fs/Kconfig.binfmt" endmenu menu "Power management options" source "kernel/power/Kconfig" endmenu source "net/Kconfig" source "drivers/Kconfig" Loading arch/xtensa/include/asm/highmem.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT) #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) #define kmap_prot PAGE_KERNEL #define kmap_prot PAGE_KERNEL_EXEC #if DCACHE_WAY_SIZE > PAGE_SIZE #define get_pkmap_color get_pkmap_color Loading Loading
arch/xtensa/Kconfig +6 −0 Original line number Diff line number Diff line Loading @@ -436,6 +436,12 @@ source "fs/Kconfig.binfmt" endmenu menu "Power management options" source "kernel/power/Kconfig" endmenu source "net/Kconfig" source "drivers/Kconfig" Loading
arch/xtensa/include/asm/highmem.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ #define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT) #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) #define kmap_prot PAGE_KERNEL #define kmap_prot PAGE_KERNEL_EXEC #if DCACHE_WAY_SIZE > PAGE_SIZE #define get_pkmap_color get_pkmap_color Loading