[PATCH] Clean up and refactor i386 sub-architecture setup
authorJeremy Fitzhardinge <jeremy@xensource.com>
Sun, 25 Jun 2006 12:46:50 +0000 (05:46 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:00:55 +0000 (10:00 -0700)
commite75eac33b5c7f797e4b2ddcb39183cf268e26822
tree3c87328055c5975ca9d69df56dcc4a1d9066352c
parente6a1530d692d6a60cdf15dfbcfea07f5324d7b9f
[PATCH] Clean up and refactor i386 sub-architecture setup

Clean up and refactor i386 sub-architecture setup.

This change moves all the code from the
asm-i386/mach-*/setup_arch_pre/post.h headers, into
arch/i386/mach-*/setup.c.  mach-*/setup_arch_pre.h is renamed to
setup_arch.h, and contains only things which should be in header files.  It
is purely code-motion; there should be no functional changes at all.

Several functions in arch/i386/kernel/setup.c needed to be made non-static
so that they're visible to the code in mach-*/setup.c.  asm-i386/setup.h is
used to hold the prototypes for these functions.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Cc: Zachary Amsden <zach@vmware.com>
Cc: Chris Wright <chrisw@sous-sol.org>
Cc: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Cc: Martin Bligh <mbligh@google.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Andrey Panin <pazke@donpac.ru>
Cc: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/setup.c
arch/i386/mach-default/setup.c
arch/i386/mach-visws/setup.c
arch/i386/mach-voyager/setup.c
include/asm-i386/mach-default/setup_arch.h [moved from include/asm-i386/mach-default/setup_arch_pre.h with 100% similarity]
include/asm-i386/mach-default/setup_arch_post.h [deleted file]
include/asm-i386/mach-visws/setup_arch.h [moved from include/asm-i386/mach-visws/setup_arch_pre.h with 100% similarity]
include/asm-i386/mach-visws/setup_arch_post.h [deleted file]
include/asm-i386/mach-voyager/setup_arch.h [moved from include/asm-i386/mach-voyager/setup_arch_pre.h with 97% similarity]
include/asm-i386/mach-voyager/setup_arch_post.h [deleted file]
include/asm-i386/setup.h