]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: rename setup_32.c to setup.c
authorYinghai Lu <yhlu.kernel@gmail.com>
Thu, 26 Jun 2008 00:54:23 +0000 (17:54 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:10:49 +0000 (13:10 +0200)
commit55f262391a2365d657a00ed68edd1a51bca66af5
tree8487352e8737ceaf2a10703dcaae8d0ec9284949
parentf2f865fe6e6e40ddf37f887eb427263d83bb925d
x86: rename setup_32.c to setup.c

and let 64 bit use that instead of setup_64.c

[ mingo@elte.hu ]

x86: build fix

fix:

arch/x86/kernel/setup.c: In function ‘setup_arch':
arch/x86/kernel/setup.c:561: error: implicit declaration of function ‘efi_reserve_early'

and:

arch/x86/kernel/setup.c:766: error: implicit declaration of function 'init_cpu_to_node'

and:

arch/x86/kernel/setup.c:676: warning: operation on 'max_pfn_mapped' may be undefined

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/setup.c [moved from arch/x86/kernel/setup_32.c with 99% similarity]