[PATCH] Fix pcore build in latest linuxppc_2_4_devel
    Cort Dougan 
    cort at fsmlabs.com
       
    Sat Jun 29 04:35:55 EST 2002
    
    
  
If anyone wants the BK patch, drop me a note.
diff -Nru a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
--- a/BitKeeper/etc/logging_ok	Fri Jun 28 12:34:45 2002
+++ b/BitKeeper/etc/logging_ok	Fri Jun 28 12:34:45 2002
@@ -50,3 +50,4 @@
 trini at entropy.crashing.org
 trini at opus.bloom.county
 trini at stevedallas.bloom.county
+cort at host110.fsmlabs.com
diff -Nru a/arch/ppc/platforms/pcore_setup.c b/arch/ppc/platforms/pcore_setup.c
--- a/arch/ppc/platforms/pcore_setup.c	Fri Jun 28 12:34:45 2002
+++ b/arch/ppc/platforms/pcore_setup.c	Fri Jun 28 12:34:45 2002
@@ -167,13 +167,13 @@
 	for ( i = 0 ; i < 16 ; i++ )
 		irq_desc[i].handler = &i8259_pic;
-	i8259_init(NULL);
+	i8259_init(0);
 }
 static int
 pcore_get_irq(struct pt_regs *regs)
 {
-	return i8259_poll();
+	return i8259_poll(regs);
 }
 /*
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
    
    
More information about the Linuxppc-dev
mailing list