This set of five patches moves XPC and XPNET to drivers/misc/xp in preparation
for enabling X86_64 support.
I discovered that the previous versions of this patch were missing the
replacement of kernel_thread() by kthread_run() and the elimination of
daemonize().
--