powerpc: Fix incorrect timer register addresses in mpic.c
authorPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 11:55:33 +0000 (21:55 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 26 Oct 2005 11:55:33 +0000 (21:55 +1000)
commitbd561c79dce9036c9efb17420b6cf8763c8c9de3
treed716828d74afe4dd6bcc012d761c0a3006c35e88
parentfa39dc437a41733adaba241fd9036760283a516a
powerpc: Fix incorrect timer register addresses in mpic.c

We were computing the wrong address for the MPIC timer registers,
so when we went to initialize them we would have been hitting some
unrelated ioremap... oops.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/mpic.c