From: Aoi Shinkai Date: Wed, 10 Dec 2008 04:30:28 +0000 (+0900) Subject: sh: Delete unnecessary mov in the interrupt exception entry point. X-Git-Tag: v2.6.29-rc1~591^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd40e8132336fbc3f2857f24720e11b6c1c9ac26;p=pandora-kernel.git sh: Delete unnecessary mov in the interrupt exception entry point. The INTEVT read at interrupt exception entry is uneccessary, as the read is deferred until we are ready to enter do_IRQ(). The kgdb nmi path still requires it, so move it there. Signed-off-by: Aoi Shinkai Signed-off-by: Paul Mundt --- Reading git-diff-tree failed