]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- add EXPORT_SYMBOL(sys_sched_yield);
authorcieciwa <cieciwa@pld-linux.org>
Mon, 22 Jul 2002 11:29:02 +0000 (11:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.19-rc1-ac7-ide.patch -> 1.8

linux-2.4.19-rc1-ac7-ide.patch

index e7b30f37af8cd7cd3a691f768751f46cb30fc89c..d6726b2b193a095e0eb4c732349e8742c35e34c0 100644 (file)
@@ -27128,3 +27128,13 @@ diff -Nur linux.org/drivers/ide/via82cxxx.c linux/drivers/ide/via82cxxx.c
                if (status & ERR_STAT)
                        rq->errors++;
                idescsi_end_request (1, HWGROUP(drive));
+--- linux/kernel/ksyms.c.org   Mon Jul 22 10:20:54 2002
++++ linux/kernel/ksyms.c       Mon Jul 22 13:17:03 2002
+@@ -471,6 +471,7 @@
+ EXPORT_SYMBOL(xtime);
+ EXPORT_SYMBOL(do_gettimeofday);
+ EXPORT_SYMBOL(do_settimeofday);
++EXPORT_SYMBOL(sys_sched_yield);
+ #if !defined(__ia64__)
+ EXPORT_SYMBOL(loops_per_jiffy);
This page took 2.035224 seconds and 4 git commands to generate.