aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/44x.h
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-06-13 14:52:58 +1000
committerPaul Mackerras <paulus@samba.org>2007-06-14 22:30:16 +1000
commit11123346bfba8e65631957c6c25ed1a6ca1b4ffe (patch)
tree81d0d58de9da85551c8a4fd1169a52399990c1f2 /arch/powerpc/boot/44x.h
parent[POWERPC] Merge CPU features pertaining to icache coherency (diff)
downloadlinux-dev-11123346bfba8e65631957c6c25ed1a6ca1b4ffe.tar.xz
linux-dev-11123346bfba8e65631957c6c25ed1a6ca1b4ffe.zip
[POWERPC] Factor zImage's 44x reset code out of ebony.c
The ebony_exit() function which resets the Ebony board should in fact be common to most if not all 44x boards. This moves the function out into 44x.c, renaming it, so it can be used by other 44x platforms. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/boot/44x.h')
-rw-r--r--arch/powerpc/boot/44x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/44x.h b/arch/powerpc/boot/44x.h
index 7b129ad043e1..0da4abf390ad 100644
--- a/arch/powerpc/boot/44x.h
+++ b/arch/powerpc/boot/44x.h
@@ -11,6 +11,8 @@
#define _PPC_BOOT_44X_H_
void ibm44x_fixup_memsize(void);
+
+void ibm44x_dbcr_reset(void);
void ebony_init(void *mac0, void *mac1);
#endif /* _PPC_BOOT_44X_H_ */