lkml.org 
[lkml]   [2002]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] TRIVIAL III: 2.5.6-pre3. time.c fix.
Date
Linus, please apply.

As of 2.5.6-pre2, arch/i386/kernel/time.c has an
EXPORT_SYMBOL(i8253_lock). Amazingly, this compiles without
the EXPORT_SYMBOL definition (with various warnings).

Thanks,
Rusty.

diff -urN -I \$.*\$ --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.6-pre3/arch/i386/kernel/time.c trivial-2.5.6-pre3/arch/i386/kernel/time.c
--- linux-2.5.6-pre3/arch/i386/kernel/time.c Thu Mar 7 15:13:38 2002
+++ trivial-2.5.6-pre3/arch/i386/kernel/time.c Thu Mar 7 18:20:33 2002
@@ -41,6 +41,7 @@
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/smp.h>
+#include <linux/module.h>

#include <asm/io.h>
#include <asm/smp.h>
diff -urN -I \$.*\$ --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.6-pre3/arch/i386/kernel/Makefile trivial-2.5.6-pre3/arch/i386/kernel/Makefile
--- linux-2.5.6-pre3/arch/i386/kernel/Makefile Wed Feb 20 17:55:22 2002
+++ trivial-2.5.6-pre3/arch/i386/kernel/Makefile Thu Mar 7 18:20:33 2002
@@ -14,7 +14,7 @@

O_TARGET := kernel.o

-export-objs := mca.o mtrr.o msr.o cpuid.o microcode.o i386_ksyms.o
+export-objs := mca.o mtrr.o msr.o cpuid.o microcode.o i386_ksyms.o time.o

obj-y := process.o semaphore.o signal.o entry.o traps.o irq.o vm86.o \
ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_i386.o \
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:24    [W:0.040 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site