commit | b80119bb35a49a4e8dbfb9708872adfd5cf38dee | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Fri Apr 24 00:22:08 2009 -0700 |
committer | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Fri May 08 15:55:10 2009 -0700 |
tree | 75b77e0613fc02032beed1871c57000ec864d466 | |
parent | 6cac5a924668a56c7ccefc345805f1fe0536a90e [diff] |
xen/x86-64: clean up warnings about IST-using traps Ignore known IST-using traps. Aside from the debugger traps, they're low-level faults which Xen will handle for us, so the kernel needn't worry about them. Keep warning in case unknown trap starts using IST. Impact: suppress spurious warnings Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>