Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80927
b: refs/heads/master
c: 1ceea82
h: refs/heads/master
i:
  80925: d0f7ea7
  80923: 07d41d5
  80919: 9b2fe0d
  80911: 1f08c57
  80895: 8751fd4
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Wim Van Sebroeck committed Jan 29, 2008
1 parent b8f8de3 commit 6e9969f
Show file tree
Hide file tree
Showing 886 changed files with 52,461 additions and 57,935 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d145c7253c8cb2ed8a75a8839621b0bb8f778820
refs/heads/master: 1ceea8243aa917ac7fc5a4a6585dea4789f7c20f
8 changes: 1 addition & 7 deletions trunk/Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,7 @@ X!Edrivers/pnp/system.c

<chapter id="blkdev">
<title>Block Devices</title>
!Eblock/blk-core.c
!Eblock/blk-map.c
!Iblock/blk-sysfs.c
!Eblock/blk-settings.c
!Eblock/blk-exec.c
!Eblock/blk-barrier.c
!Eblock/blk-tag.c
!Eblock/ll_rw_blk.c
</chapter>

<chapter id="chrdev">
Expand Down
179 changes: 0 additions & 179 deletions trunk/Documentation/debugging-via-ohci1394.txt

This file was deleted.

51 changes: 2 additions & 49 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,21 +416,8 @@ and is between 256 and 4096 characters. It is defined in the file
[SPARC64] tick
[X86-64] hpet,tsc

clearcpuid=BITNUM [X86]
Disable CPUID feature X for the kernel. See
include/asm-x86/cpufeature.h for the valid bit numbers.
Note the Linux specific bits are not necessarily
stable over kernel options, but the vendor specific
ones should be.
Also note that user programs calling CPUID directly
or using the feature without checking anything
will still see it. This just prevents it from
being used by the kernel or shown in /proc/cpuinfo.
Also note the kernel might malfunction if you disable
some critical bits.

code_bytes [IA32/X86_64] How many bytes of object code to print
in an oops report.
code_bytes [IA32] How many bytes of object code to print in an
oops report.
Range: 0 - 8192
Default: 64

Expand Down Expand Up @@ -583,12 +570,6 @@ and is between 256 and 4096 characters. It is defined in the file
See drivers/char/README.epca and
Documentation/digiepca.txt.

disable_mtrr_trim [X86, Intel and AMD only]
By default the kernel will trim any uncacheable
memory out of your available memory pool based on
MTRR settings. This parameter disables that behavior,
possibly causing your machine to run very slowly.

dmasound= [HW,OSS] Sound subsystem buffers

dscc4.setup= [NET]
Expand Down Expand Up @@ -679,10 +660,6 @@ and is between 256 and 4096 characters. It is defined in the file

gamma= [HW,DRM]

gart_fix_e820= [X86_64] disable the fix e820 for K8 GART
Format: off | on
default: on

gdth= [HW,SCSI]
See header of drivers/scsi/gdth.c.

Expand Down Expand Up @@ -817,16 +794,6 @@ and is between 256 and 4096 characters. It is defined in the file
for translation below 32 bit and if not available
then look in the higher range.

io_delay= [X86-32,X86-64] I/O delay method
0x80
Standard port 0x80 based delay
0xed
Alternate port 0xed based delay (needed on some systems)
udelay
Simple two microseconds delay
none
No delay

io7= [HW] IO7 for Marvel based alpha systems
See comment before marvel_specify_io7 in
arch/alpha/kernel/core_marvel.c.
Expand Down Expand Up @@ -1092,11 +1059,6 @@ and is between 256 and 4096 characters. It is defined in the file
Multi-Function General Purpose Timers on AMD Geode
platforms.

mfgptfix [X86-32] Fix MFGPT timers on AMD Geode platforms when
the BIOS has incorrectly applied a workaround. TinyBIOS
version 0.98 is known to be affected, 0.99 fixes the
problem by letting the user disable the workaround.

mga= [HW,DRM]

mousedev.tap_time=
Expand Down Expand Up @@ -1197,8 +1159,6 @@ and is between 256 and 4096 characters. It is defined in the file

nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.

noefi [X86-32,X86-64] Disable EFI runtime services support.

noexec [IA-64]

noexec [X86-32,X86-64]
Expand All @@ -1209,8 +1169,6 @@ and is between 256 and 4096 characters. It is defined in the file
register save and restore. The kernel will only save
legacy floating-point registers on task switch.

noclflush [BUGS=X86] Don't use the CLFLUSH instruction

nohlt [BUGS=ARM]

no-hlt [BUGS=X86-32] Tells the kernel that the hlt
Expand Down Expand Up @@ -2020,11 +1978,6 @@ and is between 256 and 4096 characters. It is defined in the file
vdso=1: enable VDSO (default)
vdso=0: disable VDSO mapping

vdso32= [X86-32,X86-64]
vdso32=2: enable compat VDSO (default with COMPAT_VDSO)
vdso32=1: enable 32-bit VDSO (default)
vdso32=0: disable 32-bit VDSO mapping

vector= [IA-64,SMP]
vector=percpu: enable percpu vector domain

Expand Down
Loading

0 comments on commit 6e9969f

Please sign in to comment.