diff options
Diffstat (limited to 'arch/arm/kernel/bugs.c')
-rw-r--r-- | arch/arm/kernel/bugs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/kernel/bugs.c b/arch/arm/kernel/bugs.c index 7be511310191..d41d3598e5e5 100644 --- a/arch/arm/kernel/bugs.c +++ b/arch/arm/kernel/bugs.c | |||
@@ -6,8 +6,8 @@ | |||
6 | void check_other_bugs(void) | 6 | void check_other_bugs(void) |
7 | { | 7 | { |
8 | #ifdef MULTI_CPU | 8 | #ifdef MULTI_CPU |
9 | if (processor.check_bugs) | 9 | if (cpu_check_bugs) |
10 | processor.check_bugs(); | 10 | cpu_check_bugs(); |
11 | #endif | 11 | #endif |
12 | } | 12 | } |
13 | 13 | ||