linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix pcore build in latest linuxppc_2_4_devel
@ 2002-06-28 18:35 Cort Dougan
  2002-07-01 13:55 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Cort Dougan @ 2002-06-28 18:35 UTC (permalink / raw)
  To: linuxppc-dev


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@entropy.crashing.org
 trini@opus.bloom.county
 trini@stevedallas.bloom.county
+cort@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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-01 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-28 18:35 [PATCH] Fix pcore build in latest linuxppc_2_4_devel Cort Dougan
2002-07-01 13:55 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).