Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2006-12-05 | 1 | -6/+10 |
| | | | | | | | | | | 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> | ||||
* | [POWERPC] Xserve cpu-meter driver | Benjamin Herrenschmidt | 2006-12-04 | 1 | -0/+612 |
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> |