.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | * |
---|
8 | 5 | * RajeshwarR: Dec 11, 2007 |
---|
9 | 6 | * -- Added support for Inter Processor Interrupts |
---|
.. | .. |
---|
192 | 189 | pr_info("## CPU%u LIVE ##: Executing Code...\n", cpu); |
---|
193 | 190 | |
---|
194 | 191 | local_irq_enable(); |
---|
195 | | - preempt_disable(); |
---|
196 | 192 | cpu_startup_entry(CPUHP_AP_ONLINE_IDLE); |
---|
197 | 193 | } |
---|
198 | 194 | |
---|
.. | .. |
---|
229 | 225 | } |
---|
230 | 226 | |
---|
231 | 227 | if (!cpu_online(cpu)) { |
---|
232 | | - pr_info("Timeout: CPU%u FAILED to comeup !!!\n", cpu); |
---|
| 228 | + pr_info("Timeout: CPU%u FAILED to come up !!!\n", cpu); |
---|
233 | 229 | return -1; |
---|
234 | 230 | } |
---|
235 | 231 | |
---|