• R
    [ARM] Add thread_notify infrastructure · d6551e88
    Russell King 提交于
    Some machine classes need to allow VFP support to be built into the
    kernel, but still allow the kernel to run even though VFP isn't
    present.  Unfortunately, the kernel hard-codes VFP instructions
    into the thread switch, which prevents this being run-time selectable.
    
    Solve this by introducing a notifier which things such as VFP can
    hook into to be informed of events which affect the VFP subsystem
    (eg, creation and destruction of threads, switches between threads.)
    Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
    d6551e88
entry-armv.S 24.3 KB