[PATCH] Fix ACPI documentation in kernel-parameters.txt

2007-03-02 Thread Bernhard Walle
Add hint that acpi=off doesn't work on IA64. Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]> --- Documentation/kernel-parameters.txt |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: linux-2.6.21-rc2-mm1/Documentation/kernel-parameters.txt =

Re: [PATCH] Fix ACPI documentation in kernel-parameters.txt

2007-03-02 Thread Bernhard Walle
Hello, * Roland Dreier <[EMAIL PROTECTED]> [2007-03-02 00:23]: > > Add hint that acpi=off doesn't work on IA64. > > Would it make sense to add code to detect this and print a kernel > message like > > warning: ACPI is always enabled on IA64; ignoring "acpi=off" > > No one reads documentati

Re: [PATCH] Fix ACPI documentation in kernel-parameters.txt

2007-03-01 Thread Roland Dreier
> Add hint that acpi=off doesn't work on IA64. Would it make sense to add code to detect this and print a kernel message like warning: ACPI is always enabled on IA64; ignoring "acpi=off" No one reads documentation :) - R. - To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH] Fix ACPI documentation in kernel-parameters.txt

2007-03-01 Thread Bernhard Walle
Add hint that acpi=off doesn't work on IA64. Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]> --- Documentation/kernel-parameters.txt |1 + 1 file changed, 1 insertion(+) Index: b/Documentation/kernel-parameters.txt === --- a/