ARM: VFP: re-initialize VFP coprocessor access enables on CPU hotplug
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 18 Dec 2010 10:59:49 +0000 (10:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Dec 2010 15:09:13 +0000 (15:09 +0000)
We can not guarantee that VFP will be enabled when CPU hotplug brings
a CPU back online from a reset state.  Add a hotplug CPU notifier to
ensure that the VFP coprocessor access is enabled whenever a CPU comes
back online.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found