diff options
Diffstat (limited to 'arch/arm64/include/asm/processor.h')
| -rw-r--r-- | arch/arm64/include/asm/processor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index 767598932549..65ab83e8926e 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h | |||
| @@ -35,6 +35,8 @@ | |||
| 35 | #ifdef __KERNEL__ | 35 | #ifdef __KERNEL__ |
| 36 | 36 | ||
| 37 | #include <linux/build_bug.h> | 37 | #include <linux/build_bug.h> |
| 38 | #include <linux/cache.h> | ||
| 39 | #include <linux/init.h> | ||
| 38 | #include <linux/stddef.h> | 40 | #include <linux/stddef.h> |
| 39 | #include <linux/string.h> | 41 | #include <linux/string.h> |
| 40 | 42 | ||
| @@ -244,6 +246,9 @@ void cpu_enable_pan(const struct arm64_cpu_capabilities *__unused); | |||
| 244 | void cpu_enable_cache_maint_trap(const struct arm64_cpu_capabilities *__unused); | 246 | void cpu_enable_cache_maint_trap(const struct arm64_cpu_capabilities *__unused); |
| 245 | void cpu_clear_disr(const struct arm64_cpu_capabilities *__unused); | 247 | void cpu_clear_disr(const struct arm64_cpu_capabilities *__unused); |
| 246 | 248 | ||
| 249 | extern unsigned long __ro_after_init signal_minsigstksz; /* sigframe size */ | ||
| 250 | extern void __init minsigstksz_setup(void); | ||
| 251 | |||
| 247 | /* Userspace interface for PR_SVE_{SET,GET}_VL prctl()s: */ | 252 | /* Userspace interface for PR_SVE_{SET,GET}_VL prctl()s: */ |
| 248 | #define SVE_SET_VL(arg) sve_set_current_vl(arg) | 253 | #define SVE_SET_VL(arg) sve_set_current_vl(arg) |
| 249 | #define SVE_GET_VL() sve_get_current_vl() | 254 | #define SVE_GET_VL() sve_get_current_vl() |
