From 7a8633e77d9b059de4b887531ff0925e66a9149d Mon Sep 17 00:00:00 2001 From: Dennis Groenen Date: Mon, 12 Sep 2011 21:53:22 +0200 Subject: [PATCH] remove "ported by" message, except for in the original BFS port (bfs.patch) --- .../debian/patches/bfs/bfs-316-to-318.patch | 2 +- .../debian/patches/bfs/bfs-318-to-330.patch | 4 ++-- .../debian/patches/bfs/bfs-330-to-350.patch | 4 ++-- .../debian/patches/bfs/bfs-350-to-357.patch | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-316-to-318.patch b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-316-to-318.patch index e621a7c..98e941a 100644 --- a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-316-to-318.patch +++ b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-316-to-318.patch @@ -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) diff --git a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-318-to-330.patch b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-318-to-330.patch index b42ee67..96f6364 100644 --- a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-318-to-330.patch +++ b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-318-to-330.patch @@ -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) diff --git a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-330-to-350.patch b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-330-to-350.patch index ff4b569..6a46cf3 100644 --- a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-330-to-350.patch +++ b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-330-to-350.patch @@ -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) diff --git a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-350-to-357.patch b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-350-to-357.patch index 9199cc9..91d3507 100644 --- a/kernel-bfs-2.6.28/debian/patches/bfs/bfs-350-to-357.patch +++ b/kernel-bfs-2.6.28/debian/patches/bfs/bfs-350-to-357.patch @@ -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"); } -- 1.7.9.5