]> Pileus Git - ~andy/linux/blobdiff - arch/mips/kernel/smp-mt.c
MIPS: MT: Mark existing TCs as present
[~andy/linux] / arch / mips / kernel / smp-mt.c
index 57a3f7a2b370c1af38296b7439b26bf60f387833..35f8d22d56a9535f8637295c1b05b1f5e130b53d 100644 (file)
@@ -71,6 +71,7 @@ static unsigned int __init smvp_vpe_init(unsigned int tc, unsigned int mvpconf0,
 
                /* Record this as available CPU */
                set_cpu_possible(tc, true);
+               set_cpu_present(tc, true);
                __cpu_number_map[tc]    = ++ncpu;
                __cpu_logical_map[ncpu] = tc;
        }