Re: [RFC PATCH 13/16] powerpc/booke: Provide exception macros with interrupt name

2012-02-17 Thread Benjamin Herrenschmidt
On Tue, 2011-12-20 at 19:34 -0600, Scott Wood wrote: > > There is an existing set of arbitrary numbers that Linux passes, > but it's an undocumented mess that sort of corresponds to > server/classic > exception vectors but not really. > > FIXME: Replace the existing trap numbering rather than add

[RFC PATCH 13/16] powerpc/booke: Provide exception macros with interrupt name

2011-12-20 Thread Scott Wood
DO_KVM will need to identify the particular exception type. There is an existing set of arbitrary numbers that Linux passes, but it's an undocumented mess that sort of corresponds to server/classic exception vectors but not really. FIXME: Replace the existing trap numbering rather than add to it.