diff options
author | Olof Johansson <olof@lixom.net> | 2007-04-16 02:28:38 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-24 07:31:50 -0400 |
commit | 7e8bddf56661a16b7d5945390a37cd2e9c5e45fe (patch) | |
tree | e211a138643e1d26e577c4d4a8681e0f1adec23e /arch/powerpc/platforms/pasemi/setup.c | |
parent | 62357d821550e253b53a6106e3e5dc946647fec4 (diff) |
[POWERPC] pasemi: Reset mpic on boot
Reset MPIC on boot to clear some timer state that firmware might
leave configured.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/setup.c')
-rw-r--r-- | arch/powerpc/platforms/pasemi/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pasemi/setup.c b/arch/powerpc/platforms/pasemi/setup.c index 32a614cacf24..ffd96e947481 100644 --- a/arch/powerpc/platforms/pasemi/setup.c +++ b/arch/powerpc/platforms/pasemi/setup.c | |||
@@ -147,7 +147,7 @@ static __init void pas_init_IRQ(void) | |||
147 | printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr); | 147 | printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr); |
148 | 148 | ||
149 | mpic = mpic_alloc(mpic_node, openpic_addr, | 149 | mpic = mpic_alloc(mpic_node, openpic_addr, |
150 | MPIC_PRIMARY|MPIC_LARGE_VECTORS, | 150 | MPIC_PRIMARY|MPIC_LARGE_VECTORS|MPIC_WANTS_RESET, |
151 | 0, 0, " PAS-OPIC "); | 151 | 0, 0, " PAS-OPIC "); |
152 | BUG_ON(!mpic); | 152 | BUG_ON(!mpic); |
153 | 153 | ||