[SPARC64]: Correctable ECC errors cannot occur at trap level > 0.
commit7bec08e38a7d0f088994f6eec9b6374652ea71fb
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Feb 2006 09:20:18 +0000 (2 01:20 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:11:33 +0000 (20 01:11 -0800)
treedf0c24e8417d08aff3d3de7d9dc7b13c4e05931b
parent517af33237ecfc3c8a93b335365fa61e741ceca4
[SPARC64]: Correctable ECC errors cannot occur at trap level > 0.

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>
arch/sparc64/kernel/traps.c
arch/sparc64/kernel/ttable.S
include/asm-sparc64/thread_info.h