diff options
-rw-r--r-- | arch/xtensa/include/asm/kasan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/kasan.h b/arch/xtensa/include/asm/kasan.h index 54be80876e57..216b6f32c375 100644 --- a/arch/xtensa/include/asm/kasan.h +++ b/arch/xtensa/include/asm/kasan.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #include <linux/sizes.h> | 10 | #include <linux/sizes.h> |
11 | #include <asm/kmem_layout.h> | 11 | #include <asm/kmem_layout.h> |
12 | 12 | ||
13 | #define KASAN_SHADOW_SCALE_SHIFT 3 | ||
14 | |||
13 | /* Start of area covered by KASAN */ | 15 | /* Start of area covered by KASAN */ |
14 | #define KASAN_START_VADDR __XTENSA_UL_CONST(0x90000000) | 16 | #define KASAN_START_VADDR __XTENSA_UL_CONST(0x90000000) |
15 | /* Start of the shadow map */ | 17 | /* Start of the shadow map */ |