2008-11-04 12:47:34

by Mark McLoughlin

[permalink] [raw]
Subject: [PATCH] x86: remove noirqbalance param docs

irqbalance was removed by:

commit 8b8e8c1bf7275eca859fe551dfa484134eaf013b
Author: Yinghai Lu <[email protected]>
Date: Tue Aug 19 20:50:23 2008 -0700

Remove the associated documentation for noirqbalance.

Signed-off-by: Mark McLoughlin <[email protected]>
---
Documentation/kernel-parameters.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 1bbcaa8..de4de3e 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1470,8 +1470,6 @@ and is between 256 and 4096 characters. It is defined in the file
Valid arguments: on, off
Default: on

- noirqbalance [X86-32,SMP,KNL] Disable kernel irq balancing
-
noirqdebug [X86-32] Disables the code which attempts to detect and
disable unhandled interrupt sources.

--
1.5.4.3


2008-11-04 13:49:31

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH] x86: remove noirqbalance param docs


* Mark McLoughlin <[email protected]> wrote:

> irqbalance was removed by:
>
> commit 8b8e8c1bf7275eca859fe551dfa484134eaf013b
> Author: Yinghai Lu <[email protected]>
> Date: Tue Aug 19 20:50:23 2008 -0700
>
> Remove the associated documentation for noirqbalance.
>
> Signed-off-by: Mark McLoughlin <[email protected]>
> ---
> Documentation/kernel-parameters.txt | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)

applied to tip/x86/urgent, thanks Mark!

Ingo