mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									a456c0d9c0
								
							
						
					
					
						commit
						dad337501d
					
				
					 3 changed files with 1 additions and 16 deletions
				
			
		| 
						 | 
					@ -196,13 +196,6 @@ chmod 0644 /dev/cpu/microcode
 | 
				
			||||||
as root before you can use this.  You'll probably also want to
 | 
					as root before you can use this.  You'll probably also want to
 | 
				
			||||||
get the user-space microcode_ctl utility to use with this.
 | 
					get the user-space microcode_ctl utility to use with this.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Powertweak
 | 
					 | 
				
			||||||
----------
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
If you are running v0.1.17 or earlier, you should upgrade to
 | 
					 | 
				
			||||||
version v0.99.0 or higher. Running old versions may cause problems
 | 
					 | 
				
			||||||
with programs using shared memory.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
udev
 | 
					udev
 | 
				
			||||||
----
 | 
					----
 | 
				
			||||||
udev is a userspace application for populating /dev dynamically with
 | 
					udev is a userspace application for populating /dev dynamically with
 | 
				
			||||||
| 
						 | 
					@ -366,10 +359,6 @@ Intel P6 microcode
 | 
				
			||||||
------------------
 | 
					------------------
 | 
				
			||||||
o  <http://www.urbanmyth.org/microcode/>
 | 
					o  <http://www.urbanmyth.org/microcode/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Powertweak
 | 
					 | 
				
			||||||
----------
 | 
					 | 
				
			||||||
o  <http://powertweak.sourceforge.net/>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
udev
 | 
					udev
 | 
				
			||||||
----
 | 
					----
 | 
				
			||||||
o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html>
 | 
					o <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,10 +9,6 @@
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 *  Init/reset quirks for USB host controllers should be in the
 | 
					 *  Init/reset quirks for USB host controllers should be in the
 | 
				
			||||||
 *  USB quirks file, where their drivers can access reuse it.
 | 
					 *  USB quirks file, where their drivers can access reuse it.
 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 *  The bridge optimization stuff has been removed. If you really
 | 
					 | 
				
			||||||
 *  have a silly BIOS which is unable to set your host bridge right,
 | 
					 | 
				
			||||||
 *  use the PowerTweak utility (see http://powertweak.sourceforge.net).
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <linux/types.h>
 | 
					#include <linux/types.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -91,7 +91,7 @@ more 2.4 fixes: [Roman Zippel]
 | 
				
			||||||
Version 3.11
 | 
					Version 3.11
 | 
				
			||||||
------------
 | 
					------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Converted to use 2.3.x page cache [Dave Jones <dave@powertweak.com>]
 | 
					- Converted to use 2.3.x page cache [Dave Jones]
 | 
				
			||||||
- Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
 | 
					- Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 3.10
 | 
					Version 3.10
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue