All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <3CE2C260.5070307@mvista.com>

diff --git a/a/1.txt b/N1/1.txt
index 4cd567c..ee74aae 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,8 @@
 
 Linus,
 
-I found this bug in 2.4 kernel. I have verified that the bug exists on MIPS 
-SMP and PPC SMP, but not on i386 SMP.  See the detailed explanation inside the 
+I found this bug in 2.4 kernel. I have verified that the bug exists on MIPS
+SMP and PPC SMP, but not on i386 SMP.  See the detailed explanation inside the
 patch.
 
 2.5 sched.c has been re-written quite a bit and does not have this problem.
diff --git a/a/2.txt b/N1/2.txt
index 458fd2c..30760ce 100644
--- a/a/2.txt
+++ b/N1/2.txt
@@ -4,8 +4,8 @@ cycles_t is not unsigned long long (such as MIPS, PPC).
 
 The symptom for this bug is not fatal - perhaps that is ther reason
 why nobody has found it so far.  Higher priority process will be delayed
-to start its execution.  One of my tests shows on a heavy-loaded system 
-the delay is about 5 to 6 jiffies.  
+to start its execution.  One of my tests shows on a heavy-loaded system
+the delay is about 5 to 6 jiffies.
 
 Jun, 020515
 
@@ -19,5 +19,5 @@ diff -Nru link/kernel/sched.c.orig link/kernel/sched.c
 -			if (oldest_idle == -1ULL) {
 +			if (oldest_idle == (cycles_t)-1) {
  				int prio = preemption_goodness(tsk, p, cpu);
- 
+
  				if (prio > max_prio) {
diff --git a/a/content_digest b/N1/content_digest
index 7234f3f..28d63e1 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,8 +11,8 @@
  "\n"
  "Linus,\n"
  "\n"
- "I found this bug in 2.4 kernel. I have verified that the bug exists on MIPS \n"
- "SMP and PPC SMP, but not on i386 SMP.  See the detailed explanation inside the \n"
+ "I found this bug in 2.4 kernel. I have verified that the bug exists on MIPS\n"
+ "SMP and PPC SMP, but not on i386 SMP.  See the detailed explanation inside the\n"
  "patch.\n"
  "\n"
  "2.5 sched.c has been re-written quite a bit and does not have this problem.\n"
@@ -30,8 +30,8 @@
  "\n"
  "The symptom for this bug is not fatal - perhaps that is ther reason\n"
  "why nobody has found it so far.  Higher priority process will be delayed\n"
- "to start its execution.  One of my tests shows on a heavy-loaded system \n"
- "the delay is about 5 to 6 jiffies.  \n"
+ "to start its execution.  One of my tests shows on a heavy-loaded system\n"
+ "the delay is about 5 to 6 jiffies.\n"
  "\n"
  "Jun, 020515\n"
  "\n"
@@ -45,7 +45,7 @@
  "-\t\t\tif (oldest_idle == -1ULL) {\n"
  "+\t\t\tif (oldest_idle == (cycles_t)-1) {\n"
  " \t\t\t\tint prio = preemption_goodness(tsk, p, cpu);\n"
- " \n"
+ "\n"
  " \t\t\t\tif (prio > max_prio) {"
 
-69d7101c9d3bd3cc436b2b31925ed83a40e27b8eb1e80db781d5feb5a60aa27a
+5d946cded302747fe03ed2de86f9d3a146f1e34a9dd9821f651b59cc407da1c8

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.