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

[ARM] Handle HWCAP_VFP in VFP support code



Don't set HWCAP_VFP in the processor support file; not only does it
depend on the processor features, but it also depends on the support
code being present.  Therefore, only set it if the support code
detects that we have a VFP coprocessor attached.

Also, move the VFP handling of the coprocessor access register into
the VFP support code.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c9976797
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