summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/proc-fns.h
diff options
context:
space:
mode:
authorRussell King2018-07-19 13:43:03 +0200
committerRussell King2018-11-12 11:51:01 +0100
commit945aceb1db8885d3a35790cf2e810f681db52756 (patch)
treef503b198e92f6bbf5112fc996654446dc87c0034 /arch/arm/include/asm/proc-fns.h
parentARM: split out processor lookup (diff)
downloadkernel-qcow2-linux-945aceb1db8885d3a35790cf2e810f681db52756.tar.gz
kernel-qcow2-linux-945aceb1db8885d3a35790cf2e810f681db52756.tar.xz
kernel-qcow2-linux-945aceb1db8885d3a35790cf2e810f681db52756.zip
ARM: clean up per-processor check_bugs method call
Call the per-processor type check_bugs() method in the same way as we do other per-processor functions - move the "processor." detail into proc-fns.h. Reviewed-by: Julien Thierry <julien.thierry@arm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/proc-fns.h')
-rw-r--r--arch/arm/include/asm/proc-fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/proc-fns.h b/arch/arm/include/asm/proc-fns.h
index e25f4392e1b2..30c499146320 100644
--- a/arch/arm/include/asm/proc-fns.h
+++ b/arch/arm/include/asm/proc-fns.h
@@ -99,6 +99,7 @@ extern void cpu_do_suspend(void *);
extern void cpu_do_resume(void *);
#else
#define cpu_proc_init processor._proc_init
+#define cpu_check_bugs processor.check_bugs
#define cpu_proc_fin processor._proc_fin
#define cpu_reset processor.reset
#define cpu_do_idle processor._do_idle