]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t8-h8300-lkml.patch
- obsolete
[packages/kernel.git] / 2.6.0-t8-h8300-lkml.patch
CommitLineData
0fca2e6c 1diff -Nru linux-2.6.0-test8/arch/h8300/kernel/time.c linux-2.6.0-test8-h8300/arch/h8300/kernel/time.c
2--- linux-2.6.0-test8/arch/h8300/kernel/time.c 2003-10-17 00:07:45.000000000 +0900
3+++ linux-2.6.0-test8-h8300/arch/h8300/kernel/time.c 2003-10-19 02:26:08.000000000 +0900
4@@ -143,3 +143,8 @@
5 }
6
7 EXPORT_SYMBOL(do_settimeofday);
8+
9+unsigned long long sched_clock(void)
10+{
11+ return (unsigned long long)jiffies * (1000000000 / HZ);
12+}
13diff -Nru linux-2.6.0-test8/arch/h8300/lib/checksum.c linux-2.6.0-test8-h8300/arch/h8300/lib/checksum.c
14--- linux-2.6.0-test8/arch/h8300/lib/checksum.c 2003-10-17 00:07:45.000000000 +0900
15+++ linux-2.6.0-test8-h8300/arch/h8300/lib/checksum.c 2003-10-19 02:27:49.000000000 +0900
16@@ -32,7 +32,6 @@
17 of the assembly has to go. */
18
19 #include <net/checksum.h>
20-#include <net/module.h>
21
22 static inline unsigned short from32to16(unsigned long x)
23 {
This page took 0.110892 seconds and 4 git commands to generate.