From: David S. Miller Date: Thu, 2 Feb 2006 09:20:18 +0000 (-0800) Subject: [SPARC64]: Correctable ECC errors cannot occur at trap level > 0. X-Git-Tag: v2.6.17-rc1~1184^2~205 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bec08e38a7d0f088994f6eec9b6374652ea71fb;p=pandora-kernel.git [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 --- Reading git-diff-tree failed