smp.c (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) | smp.c (799fef06123f86ff69cf754f996219e6ad1678f8) |
---|---|
1/* 2 * SMP support for ppc. 3 * 4 * Written by Cort Dougan (cort@cs.nmt.edu) borrowing a great 5 * deal of code from the sparc and intel versions. 6 * 7 * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu> 8 * --- 655 unchanged lines hidden (view full) --- 664 cpumask_set_cpu(i, cpu_core_mask(cpu)); 665 } 666 of_node_put(np); 667 } 668 of_node_put(l2_cache); 669 670 local_irq_enable(); 671 | 1/* 2 * SMP support for ppc. 3 * 4 * Written by Cort Dougan (cort@cs.nmt.edu) borrowing a great 5 * deal of code from the sparc and intel versions. 6 * 7 * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu> 8 * --- 655 unchanged lines hidden (view full) --- 664 cpumask_set_cpu(i, cpu_core_mask(cpu)); 665 } 666 of_node_put(np); 667 } 668 of_node_put(l2_cache); 669 670 local_irq_enable(); 671 |
672 cpu_idle(); | 672 cpu_startup_entry(CPUHP_ONLINE); |
673 674 BUG(); 675} 676 677int setup_profiling_timer(unsigned int multiplier) 678{ 679 return 0; 680} --- 105 unchanged lines hidden --- | 673 674 BUG(); 675} 676 677int setup_profiling_timer(unsigned int multiplier) 678{ 679 return 0; 680} --- 105 unchanged lines hidden --- |