Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f41464fd authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin
Browse files

[PARISC] Fix thinko in cpu_data.lock removal



Need to remove the initializer as well. Doh.

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 3c97b5e9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -153,8 +153,6 @@ static int __init processor_probe(struct parisc_device *dev)
	p->cpuid = cpuid;	/* save CPU id */
	p->txn_addr = txn_addr;	/* save CPU IRQ address */
#ifdef CONFIG_SMP
	spin_lock_init(&p->lock);

	/*
	** FIXME: review if any other initialization is clobbered
	**	for boot_cpu by the above memset().