x86: introduce kernel/head32.c
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 23 Feb 2008 08:58:20 +0000 (09:58 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:49 +0000 (17:40 +0200)
commit700efc1b9f6afe34caae231b87d129ad8ffb559f
tree272db7a6e7040b4833b2a6b8e241105f44ff2542
parent322850af8d93735f67b8ebf84bb1350639be3f34
x86: introduce kernel/head32.c

Copy x86_64 and add a head32.c so we can start moving early
architecture initialization out of assembly.

[ Sam Ravnborg <sam@ravnborg.org>: updated it to x86 ]

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Makefile
arch/x86/kernel/Makefile
arch/x86/kernel/head32.c [new file with mode: 0644]
arch/x86/kernel/head_32.S