OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/arch/arm/mach-cns3xxx/Makefile |
2 | +++ b/arch/arm/mach-cns3xxx/Makefile |
||
3 | @@ -6,3 +6,5 @@ cns3xxx-y += core.o pm.o |
||
4 | cns3xxx-$(CONFIG_ATAGS) += devices.o |
||
5 | cns3xxx-$(CONFIG_PCI) += pcie.o |
||
6 | cns3xxx-$(CONFIG_MACH_CNS3420VB) += cns3420vb.o |
||
7 | +cns3xxx-$(CONFIG_SMP) += platsmp.o headsmp.o |
||
8 | +cns3xxx-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
||
9 | --- a/arch/arm/mach-cns3xxx/Kconfig |
||
10 | +++ b/arch/arm/mach-cns3xxx/Kconfig |
||
11 | @@ -3,6 +3,9 @@ menuconfig ARCH_CNS3XXX |
||
12 | bool "Cavium Networks CNS3XXX family" |
||
13 | depends on ARCH_MULTI_V6 |
||
14 | select ARM_GIC |
||
15 | + select HAVE_ARM_SCU if SMP |
||
16 | + select HAVE_ARM_TWD |
||
17 | + select HAVE_SMP |
||
18 | help |
||
19 | Support for Cavium Networks CNS3XXX platform. |
||
20 | |||
21 | --- a/arch/arm/mach-cns3xxx/core.h |
||
22 | +++ b/arch/arm/mach-cns3xxx/core.h |
||
23 | @@ -13,6 +13,7 @@ |
||
24 | |||
25 | #include <linux/reboot.h> |
||
26 | |||
27 | +extern struct smp_operations cns3xxx_smp_ops; |
||
28 | extern void cns3xxx_timer_init(void); |
||
29 | |||
30 | #ifdef CONFIG_CACHE_L2X0 |