Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-05 | WorkQueue: Fix up arch-specific work items where possible | David Howells | |
Fix up arch-specific work items where possible to use the new work_struct and delayed_work structs. Three places that enqueue bits of their stack and then return have been marked with #error as this is not permitted. Signed-Off-By: David Howells <dhowells@redhat.com> | |||
2006-12-04 | [POWERPC] Xserve cpu-meter driver | Benjamin Herrenschmidt | |
This is a small driver for the Xserve G5 CPU-meter blue LEDs on the front-panel. It might work on the Xserve G4 as well though that was not tested. It's pretty basic and could use some improvements if somebody cares doing them. :) Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org> |