commit | 7643e9b936b4af31ba4851eb7d5b3a3bfad52502 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Tue Sep 09 21:56:02 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:20:17 2008 +0200 |
tree | 1443d0d87a7d7c213253b5b46412fa467e21d6c1 | |
parent | 12394cf567d509f6ab5d94544e1f414b35286d9e [diff] |
i386: convert hardware exception 7 to an interrupt gate Handle no coprocessor exception with interrupt initially off. device_not_available in entry_32.S calls either math_state_restore or math_emulate. This patch adds an extra indirection to be able to re-enable interrupts explicitly in traps_32.c Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm> Signed-off-by: Ingo Molnar <mingo@elte.hu>