diff options
-rw-r--r-- | arch/x86/kernel/head64.c | 1 | ||||
-rw-r--r-- | arch/x86/mm/kasan_init_64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 54a2372f5dbb..b5785c197e53 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c | |||
@@ -4,6 +4,7 @@ | |||
4 | * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE | 4 | * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define DISABLE_BRANCH_PROFILING | ||
7 | #include <linux/init.h> | 8 | #include <linux/init.h> |
8 | #include <linux/linkage.h> | 9 | #include <linux/linkage.h> |
9 | #include <linux/types.h> | 10 | #include <linux/types.h> |
diff --git a/arch/x86/mm/kasan_init_64.c b/arch/x86/mm/kasan_init_64.c index 8d63d7a104c3..4c90cfdc128b 100644 --- a/arch/x86/mm/kasan_init_64.c +++ b/arch/x86/mm/kasan_init_64.c | |||
@@ -1,3 +1,4 @@ | |||
1 | #define DISABLE_BRANCH_PROFILING | ||
1 | #define pr_fmt(fmt) "kasan: " fmt | 2 | #define pr_fmt(fmt) "kasan: " fmt |
2 | #include <linux/bootmem.h> | 3 | #include <linux/bootmem.h> |
3 | #include <linux/kasan.h> | 4 | #include <linux/kasan.h> |