|
@@ -321,7 +321,7 @@ void __init early_setup(unsigned long dt_ptr)
|
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
|
void early_setup_secondary(void)
|
|
void early_setup_secondary(void)
|
|
|
{
|
|
{
|
|
|
- /* Mark interrupts enabled in PACA */
|
|
|
|
|
|
|
+ /* Mark interrupts disabled in PACA */
|
|
|
get_paca()->soft_enabled = 0;
|
|
get_paca()->soft_enabled = 0;
|
|
|
|
|
|
|
|
/* Initialize the hash table or TLB handling */
|
|
/* Initialize the hash table or TLB handling */
|