[OpenAFS] sys_call_table for RH8.0 kernel
Jack Neely
jjneely@pams.ncsu.edu
Wed, 16 Oct 2002 09:39:20 -0400
--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Oct 16, 2002 at 05:14:14PM +0530, Omkar Sathe wrote:
> Hi -
>
> Can someone please point to a tested patch for exporting sys_call_table for
> RH8.0 kernel ?
>
> regards
> omkar sathe
> IBM India, Pune Lab.
>
>
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>
Edit the RHL kernel spec file to include this patch...say somewhere
around patch # 10050. It needs to be toward the end.
Jack
--
Jack Neely <slack@quackmaster.net>
Linux Realm Kit Administration and Development
PAMS Computer Operations at NC State University
GPG Fingerprint: 1917 5AC1 E828 9337 7AA4 EA6B 213B 765F 3B6A 5B89
--7AUc2qLy4jB3hD7Z
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="linux-2.4.18-sys_call_table.patch"
diff -ru kernel-2.4.18-old/linux/kernel/ksyms.c kernel-2.4.18/linux/kernel/ksyms.c
--- kernel-2.4.18-old/linux/kernel/ksyms.c 2002-10-08 15:17:21.000000000 -0400
+++ kernel-2.4.18/linux/kernel/ksyms.c 2002-10-08 15:25:06.000000000 -0400
@@ -522,6 +522,9 @@
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);
--7AUc2qLy4jB3hD7Z--