[SPARC64]: Correctable ECC errors cannot occur at trap level > 0.
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Feb 2006 09:20:18 +0000 (01:20 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:11:33 +0000 (01:11 -0800)
The are distrupting, which by the sparc v9 definition means they
can only occur when interrupts are enabled in the %pstate register.
This never occurs in any of the trap handling code running at
trap levels > 0.

So just mark it as an unexpected trap.

This allows us to kill off the cee_stuff member of struct thread_info.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found