diff options
Diffstat (limited to 'arch/arm64/include/asm/cpufeature.h')
| -rw-r--r-- | arch/arm64/include/asm/cpufeature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/cpufeature.h b/arch/arm64/include/asm/cpufeature.h index 758d74fedfad..a27c3245ba21 100644 --- a/arch/arm64/include/asm/cpufeature.h +++ b/arch/arm64/include/asm/cpufeature.h | |||
| @@ -94,7 +94,7 @@ struct arm64_cpu_capabilities { | |||
| 94 | u16 capability; | 94 | u16 capability; |
| 95 | int def_scope; /* default scope */ | 95 | int def_scope; /* default scope */ |
| 96 | bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); | 96 | bool (*matches)(const struct arm64_cpu_capabilities *caps, int scope); |
| 97 | void (*enable)(void *); /* Called on all active CPUs */ | 97 | int (*enable)(void *); /* Called on all active CPUs */ |
| 98 | union { | 98 | union { |
| 99 | struct { /* To be used for erratum handling only */ | 99 | struct { /* To be used for erratum handling only */ |
| 100 | u32 midr_model; | 100 | u32 midr_model; |
