diff options
author | Helge Deller <deller@gmx.de> | 2007-01-07 10:07:48 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 01:03:43 -0500 |
commit | 6e16d9409e1f08594587855d2a280c391ba985ff (patch) | |
tree | 1d69f83353ce85dfc6f56311f95000e6c8f9e032 /arch/parisc/kernel | |
parent | 324c7e6545539d2f7736be930d4833deb32b1b95 (diff) |
[PARISC] Convert soft power switch driver to kthread
And remove it's reference in time.c.
Allow lcd_print() to take a const char *.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r-- | arch/parisc/kernel/time.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index c33b6e0f7c47..ccdce6ef67cc 100644 --- a/arch/parisc/kernel/time.c +++ b/arch/parisc/kernel/time.c | |||
@@ -148,10 +148,6 @@ irqreturn_t timer_interrupt(int irq, void *dev_id) | |||
148 | write_sequnlock(&xtime_lock); | 148 | write_sequnlock(&xtime_lock); |
149 | } | 149 | } |
150 | 150 | ||
151 | /* check soft power switch status */ | ||
152 | if (cpu == 0 && !atomic_read(&power_tasklet.count)) | ||
153 | tasklet_schedule(&power_tasklet); | ||
154 | |||
155 | return IRQ_HANDLED; | 151 | return IRQ_HANDLED; |
156 | } | 152 | } |
157 | 153 | ||