Re: updated list of unused kernel exports posted

From: Benjamin Herrenschmidt
Date: Sat Feb 19 2005 - 22:24:56 EST


On Sat, 2005-02-19 at 22:14 +0100, Arjan van de Ven wrote:

> +try_acquire_console_sem

This is used by radeonfb and aty128fb at least... though only on ppc for
now... It could be used later in fbdev's for "optisation". Basically, a
trylock semantic on the console semaphore, allows you to try to do
something right away (irq time), but defer if not possible. I use it in
some low level PowerMac PM code.

Ben.


-
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/