diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 15:02:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 15:02:20 -0400 |
commit | efa7e8673c78cc6de2d6c367eb6f50449c57ed90 (patch) | |
tree | 2759535bd50e6d6cc4801a02106ee26f27aa610f /Documentation/kernel-parameters.txt | |
parent | 02d6112cd7d75bf30685ee4b2e9dc0291b4d3133 (diff) | |
parent | bd807f9c5b90c236c3d173a5815d620bc1b1316d (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
[IA64] Prevent people from directly including <asm/rwsem.h>.
[IA64] remove time interpolator
[IA64] Convert to generic timekeeping/clocksource
[IA64] refresh some config files for 64K pagesize
[IA64] Delete iosapic_free_rte()
[IA64] fallocate system call
[IA64] Enable percpu vector domain for IA64_DIG
[IA64] Enable percpu vector domain for IA64_GENERIC
[IA64] Support irq migration across domain
[IA64] Add support for vector domain
[IA64] Add mapping table between irq and vector
[IA64] Check if irq is sharable
[IA64] Fix invalid irq vector assumption for iosapic
[IA64] Use dynamic irq for iosapic interrupts
[IA64] Use per iosapic lock for indirect iosapic register access
[IA64] Cleanup lock order in iosapic_register_intr
[IA64] Remove duplicated members in iosapic_rte_info
[IA64] Remove block structure for locking in iosapic.c
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9a541486fb7e..5fbe07706ae9 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1154,6 +1154,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1154 | 1154 | ||
1155 | nointroute [IA-64] | 1155 | nointroute [IA-64] |
1156 | 1156 | ||
1157 | nojitter [IA64] Disables jitter checking for ITC timers. | ||
1158 | |||
1157 | nolapic [IA-32,APIC] Do not enable or use the local APIC. | 1159 | nolapic [IA-32,APIC] Do not enable or use the local APIC. |
1158 | 1160 | ||
1159 | nolapic_timer [IA-32,APIC] Do not use the local APIC timer. | 1161 | nolapic_timer [IA-32,APIC] Do not use the local APIC timer. |
@@ -1885,6 +1887,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1885 | vdso=1: enable VDSO (default) | 1887 | vdso=1: enable VDSO (default) |
1886 | vdso=0: disable VDSO mapping | 1888 | vdso=0: disable VDSO mapping |
1887 | 1889 | ||
1890 | vector= [IA-64,SMP] | ||
1891 | vector=percpu: enable percpu vector domain | ||
1892 | |||
1888 | video= [FB] Frame buffer configuration | 1893 | video= [FB] Frame buffer configuration |
1889 | See Documentation/fb/modedb.txt. | 1894 | See Documentation/fb/modedb.txt. |
1890 | 1895 | ||