[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[rtl] Small problem with kernel patch for rtlinux-0.6
- To: Real-Time Linux mailing list <rtl@rtlinux.cs.nmt.edu>
- Subject: [rtl] Small problem with kernel patch for rtlinux-0.6
- From: Andris Pavenis <pavenis@lanet.lv>
- Date: Wed, 22 Jul 1998 11:05:46 +0200 (WET)
Hi!
There is small problem with rtlinux 0.6 kernel patch for
2.0.33. Patch incorrectly creates file
include/linux/version.h
Normally this file is created only when building kernel. This is
not a problem when 2.0.33 is used. The problem appears when
I'm patching kernel 2.0.34. Then the version number is incorrect
in the kernel I'm getting.
One more thing. Patch from rtlinux-0.6-2.0.33 is no more good
for 2.0.35 (2 hunks fails for drivers/char/vt.c). I patched
this manually and after that I generated a new patch for 2.0.35.
Andris
--------------------------------------------------------------
--- kernel_patch~ Tue Feb 17 07:31:28 1998
+++ kernel_patch Wed Jul 22 10:48:17 1998
@@ -2522,12 +2522,6 @@
/*
* Call all "bottom halfs" on a given list.
-diff -r -N -u -X exclude linux/include/linux/version.h
rtlinux-2.0.33/include/linux/version.h
---- linux/include/linux/version.h Wed Dec 31 17:00:00 1969
-+++ rtlinux-2.0.33/include/linux/version.h Mon Feb 16 15:15:02 1998
-@@ -0,0 +1,2 @@
-+#define UTS_RELEASE "2.0.33"
-+#define LINUX_VERSION_CODE 131105
diff -r -N -u -X exclude linux/init/main.c rtlinux-2.0.33/init/main.c
--- linux/init/main.c Thu Aug 14 11:30:08 1997
+++ rtlinux-2.0.33/init/main.c Mon Feb 16 15:14:20 1998
--- [rtl] ---
For more information on Real-Time Linux see:
http://www.rtlinux.org/