Re: [PATCH] reintroduce EXPORT_SYMBOL(task_nice) for binfmt_elf32

From: Christian Borntraeger
Date: Thu Jan 13 2005 - 16:52:39 EST


Christoph Hellwig wrote:
> On Thu, Jan 13, 2005 at 08:42:30PM +0100, Christian Borntraeger wrote:
> > export was the fact, that binfmt_elf is no longer modular.
> > Unfortunately that is not true in the emulation case on s390 and
> > (untested) sparc64.
>
> I'd suggest putting it under CONFIG_COMPAT.

Agreed. Better?

Signed-Off: Christian Borntraeger <cborntra@xxxxxxxxxx>

--- a/kernel/sched.c 2005-01-12 01:42:35 +01:00
+++ b/kernel/sched.c 2005-01-13 21:59:15 +01:00
@@ -3187,6 +3187,10 @@
return TASK_NICE(p);
}

+#ifdef CONFIG_COMPAT
+EXPORT_SYMBOL(task_nice);
+#endif
+
/**
* idle_cpu - is a given cpu idle currently?
* @cpu: the processor in question.
-
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/