From: Avi Kivity Date: Thu, 6 May 2010 08:45:46 +0000 (+0300) Subject: x86: Introduce 'struct fpu' and related API X-Git-Tag: v2.6.35-rc1~514^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86603283326c9e95e5ad4e9fdddeec93cac5d9ad;p=pandora-kernel.git x86: Introduce 'struct fpu' and related API Currently all fpu state access is through tsk->thread.xstate. Since we wish to generalize fpu access to non-task contexts, wrap the state in a new 'struct fpu' and convert existing access to use an fpu API. Signal frame handlers are not converted to the API since they will remain task context only things. Signed-off-by: Avi Kivity Acked-by: Suresh Siddha LKML-Reference: <1273135546-29690-3-git-send-email-avi@redhat.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed