From: Benjamin Herrenschmidt Date: Wed, 26 Oct 2005 08:59:00 +0000 (-0700) Subject: [PATCH] ppc64: Fix wrong register mapping in mpic driver X-Git-Tag: v2.6.14~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958d24df82e021704437da0789c47fcf581e4b85;p=pandora-kernel.git [PATCH] ppc64: Fix wrong register mapping in mpic driver The mpic interrupt controller driver (used on G5 and early pSeries among others) has a bug where it doesn't get the right virtual address for the timer registers. It causes the driver to poke at the MMIO space of whatever has been mapped just next to it (ouch !) when initializing and causes boot failures on some IBM machines. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed