diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 03eb5ed503f7..6e92ba61f7c0 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1685,6 +1685,22 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1685 | stifb= [HW] | 1685 | stifb= [HW] |
1686 | Format: bpp:<bpp1>[:<bpp2>[:<bpp3>...]] | 1686 | Format: bpp:<bpp1>[:<bpp2>[:<bpp3>...]] |
1687 | 1687 | ||
1688 | sunrpc.pool_mode= | ||
1689 | [NFS] | ||
1690 | Control how the NFS server code allocates CPUs to | ||
1691 | service thread pools. Depending on how many NICs | ||
1692 | you have and where their interrupts are bound, this | ||
1693 | option will affect which CPUs will do NFS serving. | ||
1694 | Note: this parameter cannot be changed while the | ||
1695 | NFS server is running. | ||
1696 | |||
1697 | auto the server chooses an appropriate mode | ||
1698 | automatically using heuristics | ||
1699 | global a single global pool contains all CPUs | ||
1700 | percpu one pool for each CPU | ||
1701 | pernode one pool for each NUMA node (equivalent | ||
1702 | to global on non-NUMA machines) | ||
1703 | |||
1688 | swiotlb= [IA-64] Number of I/O TLB slabs | 1704 | swiotlb= [IA-64] Number of I/O TLB slabs |
1689 | 1705 | ||
1690 | switches= [HW,M68k] | 1706 | switches= [HW,M68k] |