diff options
Diffstat (limited to 'arch/mips/netlogic/xlr/setup.c')
-rw-r--r-- | arch/mips/netlogic/xlr/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/netlogic/xlr/setup.c b/arch/mips/netlogic/xlr/setup.c index 7e27f8591867..214d123b79fa 100644 --- a/arch/mips/netlogic/xlr/setup.c +++ b/arch/mips/netlogic/xlr/setup.c | |||
@@ -211,6 +211,7 @@ void __init prom_init(void) | |||
211 | 211 | ||
212 | /* Update reset entry point with CPU init code */ | 212 | /* Update reset entry point with CPU init code */ |
213 | reset_vec = (void *)CKSEG1ADDR(RESET_VEC_PHYS); | 213 | reset_vec = (void *)CKSEG1ADDR(RESET_VEC_PHYS); |
214 | memset(reset_vec, 0, RESET_VEC_SIZE); | ||
214 | memcpy(reset_vec, (void *)nlm_reset_entry, | 215 | memcpy(reset_vec, (void *)nlm_reset_entry, |
215 | (nlm_reset_entry_end - nlm_reset_entry)); | 216 | (nlm_reset_entry_end - nlm_reset_entry)); |
216 | 217 | ||