commit | 7bec08e38a7d0f088994f6eec9b6374652ea71fb | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Feb 02 01:20:18 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Mar 20 01:11:33 2006 -0800 |
tree | df0c24e8417d08aff3d3de7d9dc7b13c4e05931b | |
parent | 517af33237ecfc3c8a93b335365fa61e741ceca4 [diff] |
[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>