kernel/acpi: Remove the redefinition of kthread_create().
commit197058e7abec46e3d6db85273f18d89b32dae201
authorSascha Wildner <saw@online.de>
Wed, 4 Apr 2012 18:09:14 +0000 (4 20:09 +0200)
committerSascha Wildner <saw@online.de>
Wed, 4 Apr 2012 18:09:28 +0000 (4 20:09 +0200)
tree37a3d581df25d6915d51d98cd9a2e0159b46b965
parenta021115d16e931ede36392a5b2cefddc44a79ddb
kernel/acpi: Remove the redefinition of kthread_create().

It's a relict from an old pile of #ifdefs that defined various
incarnations of kthread_create()s for various FreeBSD versions.
The #ifdefs have since been removed and this #define is what
used to be the __DragonFly__ case.

There are only 3 places where kthread_create() is used in ACPI,
so remove it because it's just confusing.

While here, fix a non-constant format string in one of the
kthread_create()s.
sys/dev/acpica5/Osd/OsdSchedule.c
sys/dev/acpica5/acpi_thermal.c
sys/dev/acpica5/acpivar.h