From: Linus Torvalds Date: Mon, 13 Feb 2012 21:47:25 +0000 (-0800) Subject: i387: math_state_restore() isn't called from asm X-Git-Tag: v3.2.8~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4733009df6d45db10f1f7551e65147576f224a06;p=pandora-kernel.git i387: math_state_restore() isn't called from asm commit be98c2cdb15ba26148cd2bd58a857d4f7759ed38 upstream. It was marked asmlinkage for some really old and stale legacy reasons. Fix that and the equally stale comment. Noticed when debugging the irq_fpu_usable() bugs. Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed