All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Re: kernel update (relative to 2.4.0-test12)
@ 2000-12-15 17:54 Bill Nottingham
  2001-05-09 17:04 ` [Linux-ia64] Re: kernel update (relative to 2.4.4) Bill Nottingham
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Bill Nottingham @ 2000-12-15 17:54 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

David Mosberger (davidm@hpl.hp.com) said: 
> The latest IA-64 patch is now available at:
> 
>  ftp://ftp.kernel.org/pub/linux/kernel/port/pub/linux/kernel/ports/ia64/
> 
> in files linux-2.4.0-test12-ia64-001214.diff*

Patch attached; fixes an undefined symbol if IDE is built modular.

Bill

[-- Attachment #2: linux-2.4.0-test12-ia64-idesym.patch --]
[-- Type: text/plain, Size: 401 bytes --]

--- linux/arch/ia64/kernel/ia64_ksyms.c.foo	Thu Dec 14 18:54:41 2000
+++ linux/arch/ia64/kernel/ia64_ksyms.c	Thu Dec 14 18:55:20 2000
@@ -28,6 +28,9 @@
 EXPORT_SYMBOL(pci_alloc_consistent);
 EXPORT_SYMBOL(pci_free_consistent);
 
+#include <asm/hw_irq.h>
+EXPORT_SYMBOL(isa_irq_to_vector_map);
+
 #include <linux/in6.h>
 #include <asm/checksum.h>
 /* not coded yet?? EXPORT_SYMBOL(csum_ipv6_magic); */

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

end of thread, other threads:[~2002-07-11 16:29 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-15 17:54 [Linux-ia64] Re: kernel update (relative to 2.4.0-test12) Bill Nottingham
2001-05-09 17:04 ` [Linux-ia64] Re: kernel update (relative to 2.4.4) Bill Nottingham
2001-07-24  2:28 ` [Linux-ia64] Re: kernel update (relative to 2.4.7) Bill Nottingham
2001-07-24 16:42 ` Bill Nottingham
2001-07-24 16:49 ` Andreas Schwab
2001-09-27  8:31 ` [Linux-ia64] Re: kernel update (relative to 2.4.10) David Mosberger
2001-09-28 15:32 ` Bill Nottingham
2001-09-28 15:58 ` Bill Nottingham
2001-09-28 16:13 ` David Mosberger
2001-09-28 19:01 ` Bill Nottingham
2001-09-29  1:45 ` Chris Ahna
2001-10-01 18:14 ` Bill Nottingham
2001-10-02  3:37 ` David Mosberger
2002-06-26 17:30 ` [Linux-ia64] Re: kernel update (relative to 2.4.18) Xavier Bru
2002-06-26 17:46 ` David Mosberger
2002-06-28 19:42 ` David Mosberger
2002-06-29 20:02 ` Chen, Kenneth W
2002-07-03 13:28 ` Xavier Bru
2002-07-03 16:33 ` [Linux-ia64] " Chen, Kenneth W
2002-07-03 16:38 ` David Mosberger
2002-07-04 13:42 ` Xavier Bru
2002-07-10 18:39 ` Chen, Kenneth W
2002-07-11 16:29 ` Xavier Bru

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.