From: Russell King Date: Wed, 21 Jun 2006 12:31:52 +0000 (+0100) Subject: [ARM] Add thread_notify infrastructure X-Git-Tag: v2.6.18-rc1~1081^2~221^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6551e884cf66de072b81f8b6d23259462c40baf;p=pandora-kernel.git [ARM] Add thread_notify infrastructure 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: Russell King --- Reading git-diff-tree failed