x86: clean up init_amd()
authorYinghai Lu <yhlu.kernel@gmail.com>
Sat, 21 Jun 2008 08:14:27 +0000 (01:14 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 10:48:32 +0000 (12:48 +0200)
commitce38cc79964687d3c7e92663bc040552416fca27
treeab601c16dbb4c247e1696af45a20cc483333d7fb
parent3c999f142665265afd0fe9190204dd051f17e505
x86: clean up init_amd()

1. move out calling of check_enable_amd_mmconf_dmi out of setup_64.c
   put it into init_amd(), so don't need to make extra dmi check for
   system with other cpus.
2. 15 --> 0xf

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/amd_64.c
arch/x86/kernel/setup_64.c