Commit ac0bf14df705f5fa93a06a62e51e632b4394ee41

Authored by Robert P. J. Day
Committed by Adrian Bunk
1 parent 634fe2fdbf

Documentation: Remove references to dead "noasync" kernel parm

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

Showing 2 changed files with 1 additions and 7 deletions Side-by-side Diff

Documentation/kernel-parameters.txt
... ... @@ -1133,9 +1133,6 @@
1133 1133 noapic [SMP,APIC] Tells the kernel to not make use of any
1134 1134 IOAPICs that may be present in the system.
1135 1135  
1136   - noasync [HW,M68K] Disables async and sync negotiation for
1137   - all devices.
1138   -
1139 1136 nobats [PPC] Do not use BATs for mapping kernel lowmem
1140 1137 on "Classic" PPC cores.
1141 1138  
Documentation/m68k/kernel-options.txt
... ... @@ -890,10 +890,7 @@
890 890 5.5.2) noasync
891 891 --------------
892 892  
893   -Syntax: noasync:0
894   -
895   - Disables async and sync negotiation for all devices. Any value
896   - after the colon is acceptable (and has the same effect).
  893 +[OBSOLETE, REMOVED]
897 894  
898 895 5.5.3) nodisconnect
899 896 -------------------