diff options
Diffstat (limited to 'arch/mips/netlogic/common/smp.c')
-rw-r--r-- | arch/mips/netlogic/common/smp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/netlogic/common/smp.c b/arch/mips/netlogic/common/smp.c index ffba52489bef..da3d3bc02c20 100644 --- a/arch/mips/netlogic/common/smp.c +++ b/arch/mips/netlogic/common/smp.c | |||
@@ -254,15 +254,9 @@ unsupp: | |||
254 | 254 | ||
255 | int __cpuinit nlm_wakeup_secondary_cpus(void) | 255 | int __cpuinit nlm_wakeup_secondary_cpus(void) |
256 | { | 256 | { |
257 | unsigned long reset_vec; | ||
258 | char *reset_data; | 257 | char *reset_data; |
259 | int threadmode; | 258 | int threadmode; |
260 | 259 | ||
261 | /* Update reset entry point with CPU init code */ | ||
262 | reset_vec = CKSEG1ADDR(RESET_VEC_PHYS); | ||
263 | memcpy((void *)reset_vec, (void *)nlm_reset_entry, | ||
264 | (nlm_reset_entry_end - nlm_reset_entry)); | ||
265 | |||
266 | /* verify the mask and setup core config variables */ | 260 | /* verify the mask and setup core config variables */ |
267 | threadmode = nlm_parse_cpumask(&nlm_cpumask); | 261 | threadmode = nlm_parse_cpumask(&nlm_cpumask); |
268 | 262 | ||