ARC: SMP failed to boot due to missing IVT setup
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arc / kernel / setup.c
index b2b3731dd1e9c65638b69cd5402382ab2bbb275c..2d7786b69a8a37203364553a6d8692a827398039 100644 (file)
@@ -47,10 +47,7 @@ void __cpuinit read_arc_build_cfg_regs(void)
        READ_BCR(AUX_IDENTITY, cpu->core);
 
        cpu->timers = read_aux_reg(ARC_REG_TIMERS_BCR);
-
        cpu->vec_base = read_aux_reg(AUX_INTR_VEC_BASE);
-       if (cpu->vec_base == 0)
-               cpu->vec_base = (unsigned int)_int_vec_base_lds;
 
        READ_BCR(ARC_REG_D_UNCACH_BCR, uncached_space);
        cpu->uncached_base = uncached_space.start << 24;