mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
powerpc: Fix misleading comment in early_setup_secondary()
Current comment in the early_setup_secondary() for paca->soft_enabled update is misleading. Comment should say to Mark interrupts "disabled" instead of "enabled". Fix the typo. Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
61ed9cfb1b
commit
103b7827d9
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ void __init early_setup(unsigned long dt_ptr)
|
|||
#ifdef CONFIG_SMP
|
||||
void early_setup_secondary(void)
|
||||
{
|
||||
/* Mark interrupts enabled in PACA */
|
||||
/* Mark interrupts disabled in PACA */
|
||||
get_paca()->soft_enabled = 0;
|
||||
|
||||
/* Initialize the hash table or TLB handling */
|
||||
|
|
Loading…
Add table
Reference in a new issue