aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/xtensa/Kconfig6
-rw-r--r--arch/xtensa/include/asm/highmem.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 8cdbc4cc830c..e31d4949124a 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -436,6 +436,12 @@ source "fs/Kconfig.binfmt"
436 436
437endmenu 437endmenu
438 438
439menu "Power management options"
440
441source "kernel/power/Kconfig"
442
443endmenu
444
439source "net/Kconfig" 445source "net/Kconfig"
440 446
441source "drivers/Kconfig" 447source "drivers/Kconfig"
diff --git a/arch/xtensa/include/asm/highmem.h b/arch/xtensa/include/asm/highmem.h
index 2c7901edffaf..01cef6b40829 100644
--- a/arch/xtensa/include/asm/highmem.h
+++ b/arch/xtensa/include/asm/highmem.h
@@ -25,7 +25,7 @@
25#define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT) 25#define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT)
26#define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) 26#define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
27 27
28#define kmap_prot PAGE_KERNEL 28#define kmap_prot PAGE_KERNEL_EXEC
29 29
30#if DCACHE_WAY_SIZE > PAGE_SIZE 30#if DCACHE_WAY_SIZE > PAGE_SIZE
31#define get_pkmap_color get_pkmap_color 31#define get_pkmap_color get_pkmap_color