sparc: Call OF and MD cpu scanning explicitly from paging_init()
[deliverable/linux.git] / arch / sparc / kernel / mdesc.c
index f50af3f9a2c90771c48aa7d44a7f5b54c9c49943..602cbb70dd51b946291e040ab226d67e9352df5c 100644 (file)
@@ -919,7 +919,6 @@ void __init sun4v_mdesc_init(void)
 {
        struct mdesc_handle *hp;
        unsigned long len, real_len, status;
-       cpumask_t mask;
 
        (void) sun4v_mach_desc(0UL, 0UL, &len);
 
@@ -943,7 +942,4 @@ void __init sun4v_mdesc_init(void)
        cur_mdesc = hp;
 
        report_platform_properties();
-
-       cpus_setall(mask);
-       mdesc_fill_in_cpu_data(mask);
 }
This page took 0.02469 seconds and 5 git commands to generate.