[PATCH] Export current_is_keventd() for libphy
- From: Ben Collins <ben.collins@xxxxxxxxxx>
- Date: Sun, 03 Dec 2006 00:50:55 -0500
Fixes this problem when libphy is compiled as module:
WARNING: "current_is_keventd" [drivers/net/phy/libphy.ko] undefined!
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 17c2f03..1cf226b 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -608,6 +608,7 @@ int current_is_keventd(void)
return ret;
}
+EXPORT_SYMBOL_GPL(current_is_keventd);
#ifdef CONFIG_HOTPLUG_CPU
/* Take the work from this (downed) CPU. */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] Export current_is_keventd() for libphy
- From: Andrew Morton
- Re: [PATCH] Export current_is_keventd() for libphy
- Prev by Date: Re: [RFC][PATCH] ensure i_ino uniqueness in filesystems without permanent inode numbers (via idr)
- Next by Date: Re: Mounting NFS root FS
- Previous by thread: Re: [Bugme-new] [Bug 7621] New: 2.6.19 breaks IPv6
- Next by thread: Re: [PATCH] Export current_is_keventd() for libphy
- Index(es):
Relevant Pages
|