Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 88b3aac6 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Implement __cpu_die() and __cpu_disable() for CPU hotplugging


Add relevant code to __cpu_die() and __cpu_disable() to finally enable
the CPU hotplugging features. Reset the irq count values in smp_callin()
to zero before bringing up the CPU.

It seems that the firmware may need up to 8 seconds to fully stop a CPU
in which no other PDC calls are allowed to be made. Use a timeout
__cpu_die() to accommodate for this.

Use "chcpu -d 1" to bring CPU1 down, and "chcpu -e 1" to bring it up.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent db2b0d76
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