Revert "V4L/DVB (6173a): Documentation: Remove reference to dead "cpia_pp=" boot-time option"

This reverts commit 4730d3af625b532e3df5f091b5c8edb08f512fbf.

Unfortunately, patch got mangled by a whitespace removal script.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

+13 -10
+13 -10
Documentation/kernel-parameters.txt
··· 1 - Kernel Parameters 2 - ~~~~~~~~~~~~~~~~~ 1 + Kernel Parameters 2 + ~~~~~~~~~~~~~~~~~ 3 3 4 4 The following is a consolidated list of the kernel parameters as implemented 5 5 (mostly) by the __setup() macro and sorted into English Dictionary order ··· 467 467 cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver 468 468 Format: 469 469 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] 470 + 471 + cpia_pp= [HW,PPT] 472 + Format: { parport<nr> | auto | none } 470 473 471 474 crashkernel=nn[KMG]@ss[KMG] 472 475 [KNL] Reserve a chunk of physical memory to ··· 1465 1462 1466 1463 reboot= [BUGS=X86-32,BUGS=ARM,BUGS=IA-64] Rebooting mode 1467 1464 Format: <reboot_mode>[,<reboot_mode2>[,...]] 1468 - See arch/*/kernel/reboot.c or arch/*/kernel/process.c 1465 + See arch/*/kernel/reboot.c or arch/*/kernel/process.c 1469 1466 1470 1467 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area 1471 1468 ··· 1553 1550 1554 1551 selinux_compat_net = 1555 1552 [SELINUX] Set initial selinux_compat_net flag value. 1556 - Format: { "0" | "1" } 1557 - 0 -- use new secmark-based packet controls 1558 - 1 -- use legacy packet controls 1559 - Default value is 0 (preferred). 1560 - Value can be changed at runtime via 1561 - /selinux/compat_net. 1553 + Format: { "0" | "1" } 1554 + 0 -- use new secmark-based packet controls 1555 + 1 -- use legacy packet controls 1556 + Default value is 0 (preferred). 1557 + Value can be changed at runtime via 1558 + /selinux/compat_net. 1562 1559 1563 1560 serialnumber [BUGS=X86-32] 1564 1561 ··· 1957 1954 norandmaps Don't use address space randomization 1958 1955 Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space 1959 1956 1960 - unwind_debug=N N > 0 will enable dwarf2 unwinder debugging 1957 + unwind_debug=N N > 0 will enable dwarf2 unwinder debugging 1961 1958 This is useful to get more information why 1962 1959 you got a "dwarf2 unwinder stuck" 1963 1960