xen/x86-64: clean up warnings about IST-using traps
commitb80119bb35a49a4e8dbfb9708872adfd5cf38dee
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 24 Apr 2009 07:22:08 +0000 (24 00:22 -0700)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 8 May 2009 22:55:10 +0000 (8 15:55 -0700)
tree75b77e0613fc02032beed1871c57000ec864d466
parent6cac5a924668a56c7ccefc345805f1fe0536a90e
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>
arch/x86/xen/enlighten.c