patch-2.1.12 linux/arch/m68k/kernel/ksyms.c

Next file: linux/arch/m68k/kernel/process.c
Previous file: linux/arch/m68k/kernel/head.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.11/linux/arch/m68k/kernel/ksyms.c linux/arch/m68k/kernel/ksyms.c
@@ -40,12 +40,14 @@
 	X(cache_clear),
 	X(mm_vtop),
 	X(mm_ptov),
+	X(mm_end_of_chunk),
 	X(m68k_debug_device),
 	X(request_irq),
 	X(free_irq),
 	X(dump_fpu),
 	X(dump_thread),
 	X(strnlen),
+	X(strrchr),
 
 	/* The following are special because they're not called
 	   explicitly (the C compiler generates them).  Fortunately,
@@ -55,8 +57,8 @@
 	XNOVERS(memcpy),
 	XNOVERS(memset),
 
-	XNOVERS(down_failed),
-	XNOVERS(up_wakeup),
+	XNOVERS(__down_failed),
+	XNOVERS(__up_wakeup),
 
 #include <linux/symtab_end.h>
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov