diff options
author | Dave Jones <davej@redhat.com> | 2013-11-27 15:15:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-27 23:34:32 -0500 |
commit | dad337501d490b26fbf8d83baee99c788461c61c (patch) | |
tree | 1aa922fc1b1fc3fdb6ef18da3e404d9111092003 | |
parent | a456c0d9c0bad7be3b8b9fef5d1e6d6cf51161f9 (diff) |
remove obsolete references to powertweak
This tool hasn't been maintained in over a decade, and is pretty much
useless these days. Let's pretend it never happened.
Also remove a long-dead email address.
Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/Changes | 11 | ||||
-rw-r--r-- | drivers/pci/quirks.c | 4 | ||||
-rw-r--r-- | fs/affs/Changes | 2 |
3 files changed, 1 insertions, 16 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index b17580885273..07c75d18154e 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -196,13 +196,6 @@ chmod 0644 /dev/cpu/microcode | |||
196 | as root before you can use this. You'll probably also want to | 196 | as root before you can use this. You'll probably also want to |
197 | get the user-space microcode_ctl utility to use with this. | 197 | get the user-space microcode_ctl utility to use with this. |
198 | 198 | ||
199 | Powertweak | ||
200 | ---------- | ||
201 | |||
202 | If you are running v0.1.17 or earlier, you should upgrade to | ||
203 | version v0.99.0 or higher. Running old versions may cause problems | ||
204 | with programs using shared memory. | ||
205 | |||
206 | udev | 199 | udev |
207 | ---- | 200 | ---- |
208 | udev is a userspace application for populating /dev dynamically with | 201 | udev is a userspace application for populating /dev dynamically with |
@@ -366,10 +359,6 @@ Intel P6 microcode | |||
366 | ------------------ | 359 | ------------------ |
367 | o <http://www.urbanmyth.org/microcode/> | 360 | o <http://www.urbanmyth.org/microcode/> |
368 | 361 | ||
369 | Powertweak | ||
370 | ---------- | ||
371 | o <http://powertweak.sourceforge.net/> | ||
372 | |||
373 | udev | 362 | udev |
374 | ---- | 363 | ---- |
375 | o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html> | 364 | o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html> |
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index b3b1b9aa8863..3a02717473ad 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -9,10 +9,6 @@ | |||
9 | * | 9 | * |
10 | * Init/reset quirks for USB host controllers should be in the | 10 | * Init/reset quirks for USB host controllers should be in the |
11 | * USB quirks file, where their drivers can access reuse it. | 11 | * USB quirks file, where their drivers can access reuse it. |
12 | * | ||
13 | * The bridge optimization stuff has been removed. If you really | ||
14 | * have a silly BIOS which is unable to set your host bridge right, | ||
15 | * use the PowerTweak utility (see http://powertweak.sourceforge.net). | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/types.h> | 14 | #include <linux/types.h> |
diff --git a/fs/affs/Changes b/fs/affs/Changes index a29409c1ffe0..b41c2c9792ff 100644 --- a/fs/affs/Changes +++ b/fs/affs/Changes | |||
@@ -91,7 +91,7 @@ more 2.4 fixes: [Roman Zippel] | |||
91 | Version 3.11 | 91 | Version 3.11 |
92 | ------------ | 92 | ------------ |
93 | 93 | ||
94 | - Converted to use 2.3.x page cache [Dave Jones <dave@powertweak.com>] | 94 | - Converted to use 2.3.x page cache [Dave Jones] |
95 | - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>] | 95 | - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>] |
96 | 96 | ||
97 | Version 3.10 | 97 | Version 3.10 |