lkml.org 
[lkml]   [2000]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] export wake_up_process on 2.2.17
Apparently lkml is line-wrapping. Bad list! Bad!
Here it is as an attachment...


Michael Rothwell wrote:
>
> diff -B --unidirectional-new-file --exclude-from=DiffExcludeList
> --recursive --unified linux-2.2.16/kernel/ksyms.c linux/kernel/ksyms.c
> --- linux-2.2.16/kernel/ksyms.c Wed Aug 9 16:02:08 2000
> +++ linux/kernel/ksyms.c Fri Aug 11 15:50:13 2000
> @@ -328,6 +328,7 @@
>
> /* process management */
> EXPORT_SYMBOL(__wake_up);
> +EXPORT_SYMBOL(wake_up_process);
> EXPORT_SYMBOL(sleep_on);
> EXPORT_SYMBOL(sleep_on_timeout);
> EXPORT_SYMBOL(interruptible_sleep_on);
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/diff -B --unidirectional-new-file --exclude-from=DiffExcludeList --recursive --unified linux-2.2.16/kernel/ksyms.c linux/kernel/ksyms.c
--- linux-2.2.16/kernel/ksyms.c Wed Aug 9 16:02:08 2000
+++ linux/kernel/ksyms.c Fri Aug 11 15:50:13 2000
@@ -328,6 +328,7 @@

/* process management */
EXPORT_SYMBOL(__wake_up);
+EXPORT_SYMBOL(wake_up_process);
EXPORT_SYMBOL(sleep_on);
EXPORT_SYMBOL(sleep_on_timeout);
EXPORT_SYMBOL(interruptible_sleep_on);
\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.037 / U:1.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site