diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-06 17:42:41 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:28 -0500 |
commit | 07983f0e36eab01a5385117e55154a2aa796eafc (patch) | |
tree | d520b6d7d6c396c773740acdb2ef8b21baeac9da /Documentation/kernel-parameters.txt | |
parent | d3635abfee0c55ad9dcd6b6172a0c6a5455900c9 (diff) |
documentation: update header file paths
Update several Documentation/ files and a few sub-dir files (only one
change in each) to reflect changed header files locations.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index a2d8805c03d5..7f0b694e02e8 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -469,8 +469,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
469 | 469 | ||
470 | clearcpuid=BITNUM [X86] | 470 | clearcpuid=BITNUM [X86] |
471 | Disable CPUID feature X for the kernel. See | 471 | Disable CPUID feature X for the kernel. See |
472 | include/asm-x86/cpufeature.h for the valid bit numbers. | 472 | arch/x86/include/asm/cpufeature.h for the valid bit |
473 | Note the Linux specific bits are not necessarily | 473 | numbers. Note the Linux specific bits are not necessarily |
474 | stable over kernel options, but the vendor specific | 474 | stable over kernel options, but the vendor specific |
475 | ones should be. | 475 | ones should be. |
476 | Also note that user programs calling CPUID directly | 476 | Also note that user programs calling CPUID directly |