]> git.baikalelectronics.ru Git - kernel.git/commit
pnpbios: convert to use the kthread API
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 8 May 2007 07:30:17 +0000 (00:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:11 +0000 (11:15 -0700)
commitd829e4211cbcf726485d5cf351bdd3f4d1e68b3a
tree33d1433549bcc6a38de624dfa5220a7523e60c16
parent554ff988a03139cdbaebb080299633d063584f0e
pnpbios: convert to use the kthread API

This patches modifies the pnpbios kernel thread to start with ktrhead_run
not kernel_thread and deamonize.  Doing this makes the code a little
simpler and easier to maintain.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Adam Belay <ambx1@neo.rr.com>
Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pnp/pnpbios/core.c