summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/voyager.h
diff options
context:
space:
mode:
authorChristoph Hellwig2007-04-22 21:30:43 +0200
committerJames Bottomley2007-05-01 17:09:29 +0200
commitf3402a4e52fc1bdfc386a7f512e6e384cd69ecad (patch)
tree41cc9fb7d6e3040d6b0d69158875f01a335c0144 /include/asm-i386/voyager.h
parent[VOYAGER] clockevents driver: bring voyager in to line (diff)
downloadkernel-qcow2-linux-f3402a4e52fc1bdfc386a7f512e6e384cd69ecad.tar.gz
kernel-qcow2-linux-f3402a4e52fc1bdfc386a7f512e6e384cd69ecad.tar.xz
kernel-qcow2-linux-f3402a4e52fc1bdfc386a7f512e6e384cd69ecad.zip
[VOYAGER] Convert the monitor thread to use the kthread API
full kthread conversion on the voyager power switch handling thread. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/asm-i386/voyager.h')
-rw-r--r--include/asm-i386/voyager.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-i386/voyager.h b/include/asm-i386/voyager.h
index 5b27838905b2..91a9932937ab 100644
--- a/include/asm-i386/voyager.h
+++ b/include/asm-i386/voyager.h
@@ -487,15 +487,11 @@ extern struct voyager_qic_cpi *voyager_quad_cpi_addr[NR_CPUS];
extern struct voyager_SUS *voyager_SUS;
/* variables exported always */
+extern struct task_struct *voyager_thread;
extern int voyager_level;
-extern int kvoyagerd_running;
-extern struct semaphore kvoyagerd_sem;
extern struct voyager_status voyager_status;
-
-
/* functions exported by the voyager and voyager_smp modules */
-
extern int voyager_cat_readb(__u8 module, __u8 asic, int reg);
extern void voyager_cat_init(void);
extern void voyager_detect(struct voyager_bios_info *);