OSDN Git Service

MIPS: smp-mt: Fix link error when PROC_FS=n
authorJames Hogan <james.hogan@imgtec.com>
Fri, 4 Jul 2014 10:59:46 +0000 (11:59 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Aug 2014 16:32:02 +0000 (18:32 +0200)
commit7d907fa1c6ccb64c7f64cc7d3dcc7f6fe30a67b4
treeb97fae30174400248d25572c8441537dee1100d9
parent077d0e65618f27b2199d622e12ada6d8f3dbd862
MIPS: smp-mt: Fix link error when PROC_FS=n

Commit d6d3c9afaab4 (MIPS: MT: proc: Add support for printing VPE and TC
ids) causes a link error when CONFIG_PROC_FS=n:

arch/mips/built-in.o: In function `proc_cpuinfo_notifier_init':
smp-mt.c: undefined reference to `register_proc_cpuinfo_notifier'

This is fixed by adding an ifdef around the procfs handling code
in smp-mt.c.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Reported-by: Markos Chandras <markos.chandras@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org> # >= 3.15
Patchwork: https://patchwork.linux-mips.org/patch/7244/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp-mt.c