diff options
Diffstat (limited to 'arch/mips/include/asm/mach-netlogic/multi-node.h')
-rw-r--r-- | arch/mips/include/asm/mach-netlogic/multi-node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-netlogic/multi-node.h b/arch/mips/include/asm/mach-netlogic/multi-node.h index beeb36b9f9f8..df9869d13afd 100644 --- a/arch/mips/include/asm/mach-netlogic/multi-node.h +++ b/arch/mips/include/asm/mach-netlogic/multi-node.h | |||
@@ -59,6 +59,7 @@ struct nlm_soc_info { | |||
59 | uint64_t picbase; /* PIC block base */ | 59 | uint64_t picbase; /* PIC block base */ |
60 | spinlock_t piclock; /* lock for PIC access */ | 60 | spinlock_t piclock; /* lock for PIC access */ |
61 | cpumask_t cpumask; /* logical cpu mask for node */ | 61 | cpumask_t cpumask; /* logical cpu mask for node */ |
62 | unsigned int socbus; | ||
62 | }; | 63 | }; |
63 | 64 | ||
64 | extern struct nlm_soc_info nlm_nodes[NLM_NR_NODES]; | 65 | extern struct nlm_soc_info nlm_nodes[NLM_NR_NODES]; |