summaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip27/ip27-common.h
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tbogendoerfer@suse.de>2020-01-09 15:33:50 +0300
committerPaul Burton <paulburton@kernel.org>2020-01-10 02:30:06 +0300
commitd31f9e64898be28ebe9da4b5a0030f2ec4a0912c (patch)
tree5f35ec0f0346ff07330d0fe5eba65daf56094bab /arch/mips/sgi-ip27/ip27-common.h
parent78691e4f17af55d786fe71a5771e5932dd50c319 (diff)
downloadlinux-d31f9e64898be28ebe9da4b5a0030f2ec4a0912c.tar.xz
MIPS: SGI-IP27: Store cpu speed when scanning for CPUs and use it later
Remember CPU speed while scanning for available CPUs to avoid looking it up a second time when printing CPU speed. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-common.h')
-rw-r--r--arch/mips/sgi-ip27/ip27-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-common.h b/arch/mips/sgi-ip27/ip27-common.h
index cdebf1726e4a..ed008a08464c 100644
--- a/arch/mips/sgi-ip27/ip27-common.h
+++ b/arch/mips/sgi-ip27/ip27-common.h
@@ -6,7 +6,6 @@
extern nasid_t master_nasid;
extern void cpu_node_probe(void);
-extern void cpu_time_init(void);
extern void hub_rt_clock_event_init(void);
extern void hub_rtc_init(nasid_t nasid);
extern void install_cpu_nmi_handler(int slice);