aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
diff options
context:
space:
mode:
authorGravatar Adrian Bunk <bunk@stusta.de> 2006-03-06 15:42:47 -0800
committerGravatar Linus Torvalds <torvalds@g5.osdl.org> 2006-03-06 18:40:44 -0800
commit47f3fc94cf39c08b1ed29e00e0f8ff6c9095fa12 (patch)
treef258db3bef15ea58f51e1664715e4a170dcd4333 /arch/xtensa
parent[PATCH] s390: fix compile with VIRT_CPU_ACCOUNTING=n (diff)
downloadlinux-47f3fc94cf39c08b1ed29e00e0f8ff6c9095fa12.tar.gz
linux-47f3fc94cf39c08b1ed29e00e0f8ff6c9095fa12.tar.bz2
linux-47f3fc94cf39c08b1ed29e00e0f8ff6c9095fa12.zip
[PATCH] add missing pm_power_off's
Add the missing pm_power_off's for the h8300, v850 and xtensa architectures. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Miles Bader <uclinux-v850@lsi.nec.co.jp> Cc: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/kernel/process.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/process.c b/arch/xtensa/kernel/process.c
index f1f596644bfc..64a649eb883f 100644
--- a/arch/xtensa/kernel/process.c
+++ b/arch/xtensa/kernel/process.c
@@ -64,6 +64,9 @@ EXPORT_SYMBOL(init_task);
struct task_struct *current_set[NR_CPUS] = {&init_task, };
+void (*pm_power_off)(void) = NULL;
+EXPORT_SYMBOL(pm_power_off);
+
#if XCHAL_CP_NUM > 0