public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Two fixes for 2.4.19-pre5-ac3
@ 2002-04-07 16:43 Steven N. Hirsch
  2002-04-07 17:11 ` Christoph Hellwig
  2002-04-07 17:42 ` Alan Cox
  0 siblings, 2 replies; 33+ messages in thread
From: Steven N. Hirsch @ 2002-04-07 16:43 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Alan,

This enables the ips driver to build:

--- linux/drivers/scsi/ips.c.orig	Sun Apr  7 11:01:00 2002
+++ linux/drivers/scsi/ips.c	Sun Apr  7 11:35:31 2002
@@ -543,7 +543,8 @@
    }
 
    return (1);
-
+}
+ 
 __setup("ips=", ips_setup);
 
 #else
@@ -579,10 +580,10 @@
          }
       }
    }
+}
 
 #endif
 
-}
 
 /****************************************************************************/
 /*                                                                          */



And, unless this is reversed the OpenAFS kernel module won't load (it 
needs sys_call_table.):

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.19p5/kernel/ksyms.c linux.19pre5-ac3/kernel/ksyms.c
--- linux.19p5/kernel/ksyms.c	Thu Apr  4 13:21:17 2002
+++ linux.19pre5-ac3/kernel/ksyms.c	Fri Apr  5 14:02:06 2002
@@ -469,9 +475,6 @@
 EXPORT_SYMBOL(simple_strtoull);
 EXPORT_SYMBOL(system_utsname);	/* UTS data */
 EXPORT_SYMBOL(uts_sem);		/* UTS semaphore */
-#ifndef __mips__
-EXPORT_SYMBOL(sys_call_table);
-#endif
 EXPORT_SYMBOL(machine_restart);
 EXPORT_SYMBOL(machine_halt);
 EXPORT_SYMBOL(machine_power_off);



Regards,

Steve



^ permalink raw reply	[flat|nested] 33+ messages in thread
[parent not found: <20020407193245.GA21570@compsoc.man.ac.uk.suse.lists.linux.kernel>]

end of thread, other threads:[~2002-04-08 18:07 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-07 16:43 Two fixes for 2.4.19-pre5-ac3 Steven N. Hirsch
2002-04-07 17:11 ` Christoph Hellwig
2002-04-07 17:14   ` arjan
2002-04-07 17:42 ` Alan Cox
2002-04-07 17:27   ` arjan
2002-04-07 17:48     ` Alexander Viro
2002-04-07 17:33   ` John Levon
2002-04-07 19:18     ` Alan Cox
2002-04-07 19:23       ` John Levon
2002-04-07 19:42         ` Alan Cox
2002-04-07 19:32           ` John Levon
2002-04-07 19:58             ` Alan Cox
2002-04-07 19:40       ` Jan Harkes
2002-04-07 20:01         ` Alan Cox
2002-04-07 20:13           ` Jan Harkes
2002-04-07 19:49     ` Alan Cox
2002-04-07 19:41       ` John Levon
2002-04-07 19:55         ` Muli Ben-Yehuda
2002-04-07 20:29           ` Alan Cox
2002-04-07 20:23             ` Muli Ben-Yehuda
2002-04-07 20:51               ` Alan Cox
2002-04-07 23:03               ` Anton Altaparmakov
2002-04-08  6:27                 ` Muli Ben-Yehuda
2002-04-07 20:02         ` Alan Cox
2002-04-07 20:10         ` Eric W. Biederman
2002-04-07 23:06           ` John Levon
2002-04-07 19:44       ` Steven N. Hirsch
2002-04-08 14:48     ` Bill Davidsen
2002-04-08 16:06       ` Philippe Elie
2002-04-08 17:53         ` Eric W. Biederman
2002-04-08 18:07           ` John Levon
2002-04-07 23:31   ` Erik Tews
     [not found] <20020407193245.GA21570@compsoc.man.ac.uk.suse.lists.linux.kernel>
     [not found] ` <E16uIoN-0006b3-00@the-village.bc.nu.suse.lists.linux.kernel>
2002-04-07 21:34   ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox