commit | be98c2cdb15ba26148cd2bd58a857d4f7759ed38 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Feb 13 13:47:25 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Feb 13 13:47:25 2012 -0800 |
tree | 5eb1bdb4e443680c12901add5dc23a9cd3468872 | |
parent | 3ec1e88b33a3bdd852ce8e014052acec7a9da8b5 [diff] |
i387: math_state_restore() isn't called from asm 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 <torvalds@linux-foundation.org>