Skip to content
Commit 70678554 authored by Russell King's avatar Russell King
Browse files

ARM: actions: remove boot_lock and pen_release



The actions SMP implementation has several issues:

1. pen_release is only ever read and compared to -1, and is defined in
   arch/arm/kernel/smp.c to be -1.  This test will always succeed.

2. we are already guaranteed to be single threaded while bringing up a
   CPU, so the spinlock makes no sense, remove it.

3. owl_secondary_startup() is not referenced nor defined, the prototype
   is redundant, remove it.

Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 0eb03799
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment