From 2cd976477035716af52a6eff6625f32e5813c02b Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 8 May 2007 12:59:30 +1000 Subject: [POWERPC] Add powerpc/platforms/44x, disable platforms/4xx for now This prepares for Ebony/440 support by creating an arch/powerpc/platforms/44x directory. It is populated with a single misc_44x.S file, into which is moved the 44x specific reset code from head_44x.S (on the grounds that we should really stop clogging up the head_* files with random asm helper routines). At the same time, we disable the (empty save Kconfig and Makefile) arch/powerpc/platforms/4xx directory from the arch/powerpc/platforms Makefile. Contrary to the comment in arch/powerpc/platforms/4xx/Makefile, attempting to build such an empty Makefile will fail, thus breaking compile for the 44x platforms we're about to add. It can go back in once we start porting some of the 40x platforms (and thus it becomes non-empty). Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- arch/powerpc/platforms/44x/44x.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/powerpc/platforms/44x/44x.h (limited to 'arch/powerpc/platforms/44x/44x.h') diff --git a/arch/powerpc/platforms/44x/44x.h b/arch/powerpc/platforms/44x/44x.h new file mode 100644 index 000000000000..45f24b166f4d --- /dev/null +++ b/arch/powerpc/platforms/44x/44x.h @@ -0,0 +1,6 @@ +#ifndef __POWERPC_PLATFORMS_44X_44X_H +#define __POWERPC_PLATFORMS_44X_44X_H + +extern void ppc44x_reset_system(char *cmd); + +#endif /* __POWERPC_PLATFORMS_44X_44X_H */ -- cgit v1.2.3-59-g8ed1b