Browse Source

Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi into merge

Paul Mackerras 17 years ago
parent
commit
92e21e79a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/platforms/pasemi/setup.c

+ 1 - 1
arch/powerpc/platforms/pasemi/setup.c

@@ -214,7 +214,7 @@ static __init void pas_init_IRQ(void)
 	printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
 	printk(KERN_DEBUG "OpenPIC addr: %lx\n", openpic_addr);
 
 
 	mpic = mpic_alloc(mpic_node, openpic_addr,
 	mpic = mpic_alloc(mpic_node, openpic_addr,
-			  MPIC_PRIMARY|MPIC_LARGE_VECTORS|MPIC_WANTS_RESET,
+			  MPIC_PRIMARY|MPIC_LARGE_VECTORS,
 			  0, 0, " PAS-OPIC  ");
 			  0, 0, " PAS-OPIC  ");
 	BUG_ON(!mpic);
 	BUG_ON(!mpic);