remove "ported by" message, except for in the original BFS port (bfs.patch)
authorDennis Groenen <tj.groenen@gmail.com>
Mon, 12 Sep 2011 19:53:22 +0000 (21:53 +0200)
committerDennis Groenen <tj.groenen@gmail.com>
Mon, 12 Sep 2011 19:53:37 +0000 (21:53 +0200)
kernel-bfs-2.6.28/debian/patches/bfs/bfs-316-to-318.patch
kernel-bfs-2.6.28/debian/patches/bfs/bfs-318-to-330.patch
kernel-bfs-2.6.28/debian/patches/bfs/bfs-330-to-350.patch
kernel-bfs-2.6.28/debian/patches/bfs/bfs-350-to-357.patch

index e621a7c..98e941a 100644 (file)
@@ -22,7 +22,7 @@ Index: kernel-2.6.28/include/linux/sched.h
  static inline void print_scheduler_version(void)
  {
 -      printk(KERN_INFO"BFS CPU scheduler v0.316 by Con Kolivas ported by ToAsTcfh.\n");
-+      printk(KERN_INFO"BFS CPU scheduler v0.318 by Con Kolivas ported by ToAsTcfh.\n");
++      printk(KERN_INFO"BFS CPU scheduler v0.318 by Con Kolivas.\n");
  }
  
  static inline int iso_task(struct task_struct *p)
index b42ee67..96f6364 100644 (file)
@@ -22,8 +22,8 @@ Index: kernel-2.6.28/include/linux/sched.h
  
  static inline void print_scheduler_version(void)
  {
--      printk(KERN_INFO"BFS CPU scheduler v0.318 by Con Kolivas ported by ToAsTcfh.\n");
-+      printk(KERN_INFO"BFS CPU scheduler v0.330 by Con Kolivas ported by ToAsTcfh.\n");
+-      printk(KERN_INFO"BFS CPU scheduler v0.318 by Con Kolivas.\n");
++      printk(KERN_INFO"BFS CPU scheduler v0.330 by Con Kolivas.\n");
  }
  
  static inline int iso_task(struct task_struct *p)
index ff4b569..6a46cf3 100644 (file)
@@ -88,8 +88,8 @@ Index: kernel-2.6.28/include/linux/sched.h
  
  static inline void print_scheduler_version(void)
  {
--      printk(KERN_INFO"BFS CPU scheduler v0.330 by Con Kolivas ported by ToAsTcfh.\n");
-+      printk(KERN_INFO"BFS CPU scheduler v0.350 by Con Kolivas ported by ToAsTcfh.\n");
+-      printk(KERN_INFO"BFS CPU scheduler v0.330 by Con Kolivas.\n");
++      printk(KERN_INFO"BFS CPU scheduler v0.350 by Con Kolivas.\n");
  }
  
  static inline int iso_task(struct task_struct *p)
index 9199cc9..91d3507 100644 (file)
@@ -230,7 +230,7 @@ Index: linux-2.6.28/include/linux/sched.h
  
  static inline void print_scheduler_version(void)
  {
--      printk(KERN_INFO"BFS CPU scheduler v0.350 by Con Kolivas ported by ToAsTcfh.\n");
+-      printk(KERN_INFO"BFS CPU scheduler v0.350 by Con Kolivas.\n");
 +      printk(KERN_INFO"BFS CPU scheduler v0.357 by Con Kolivas.\n");
  }