aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/kernel/setup.c')
-rw-r--r--arch/arm64/kernel/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
index 2e17bd3806c8..c8629eb07ba6 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
@@ -50,6 +50,7 @@
50#include <asm/cputype.h> 50#include <asm/cputype.h>
51#include <asm/elf.h> 51#include <asm/elf.h>
52#include <asm/cputable.h> 52#include <asm/cputable.h>
53#include <asm/cpufeature.h>
53#include <asm/cpu_ops.h> 54#include <asm/cpu_ops.h>
54#include <asm/sections.h> 55#include <asm/sections.h>
55#include <asm/setup.h> 56#include <asm/setup.h>
@@ -79,6 +80,8 @@ unsigned int compat_elf_hwcap __read_mostly = COMPAT_ELF_HWCAP_DEFAULT;
79unsigned int compat_elf_hwcap2 __read_mostly; 80unsigned int compat_elf_hwcap2 __read_mostly;
80#endif 81#endif
81 82
83DECLARE_BITMAP(cpu_hwcaps, NCAPS);
84
82static const char *cpu_name; 85static const char *cpu_name;
83phys_addr_t __fdt_pointer __initdata; 86phys_addr_t __fdt_pointer __initdata;
84 87