From: Greg Ungerer Date: Thu, 7 Oct 2010 07:16:56 +0000 (+1000) Subject: m68knommu: mask of vector bits in exception word properly X-Git-Tag: v2.6.37-rc1~138^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730251f27df1ed0177609d1e49817f0c3ada0b1a;p=pandora-kernel.git m68knommu: mask of vector bits in exception word properly The vector field of the processors exception frame actually contains both the vector exception number and fault status field bits. The exception processing code was not correctly masking out the fault status field bits before switching on the vector number. The default case was catching the bad check, but we are reporting the wrong kind of exception in some cases. Reported-by: Alexander Stein Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed