From: David Woodhouse Date: Mon, 24 Apr 2006 22:22:17 +0000 (+0100) Subject: [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. X-Git-Tag: v2.6.17-rc4~105^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1269277a5e7c6d7ae1852e648a8bcdb78035e9fa;p=pandora-kernel.git [PATCH] powerpc: Use check_legacy_ioport() on ppc32 too. Some people report that we die on some Macs when we are expecting to catch machine checks after poking at some random I/O address. I'd seen it happen on my dual G4 with serial ports until we fixed those to use OF, but now other users are reporting it with i8042. This expands the use of check_legacy_ioport() to avoid that situation even on 32-bit kernels. Signed-off-by: David Woodhouse Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed