[PATCH] i386 balance_irq: Convert to the kthread api.

2007-04-19 Thread Eric W. Biederman
This patch just trivial converts from calling kernel_thread and daemonize to just calling kthread_run. Cc: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> --- arch/i386/kernel/io_apic.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH] i386 balance_irq: Convert to the kthread api.

2007-04-19 Thread Eric W. Biederman
This patch just trivial converts from calling kernel_thread and daemonize to just calling kthread_run. Cc: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> --- arch/i386/kernel/io_apic.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH] i386 balance_irq: Convert to the kthread api.

2007-04-19 Thread Eric W. Biederman
This patch just trivial converts from calling kernel_thread and daemonize to just calling kthread_run. Cc: Andi Kleen [EMAIL PROTECTED] Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] --- arch/i386/kernel/io_apic.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH] i386 balance_irq: Convert to the kthread api.

2007-04-19 Thread Eric W. Biederman
This patch just trivial converts from calling kernel_thread and daemonize to just calling kthread_run. Cc: Andi Kleen [EMAIL PROTECTED] Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] --- arch/i386/kernel/io_apic.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git