aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/mpparse.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-26x86: use BUILD_BUG_ON() for the size of struct intel_mp_floatingAkinobu Mita1-3/+1
Use BUILD_BUG_ON() instead of compile-time error technique with extern non-exsistent function. Signed-off-by: Akinobu Mita <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2008-04-17x86: print out buggy mptableYinghai Lu1-4/+7
print out buggy mptable, instead of skipping it quietly Signed-off-by: Yinghai Lu <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2008-04-17x86: merge mpparse_{32,64}.cAlexey Starikovskiy1-0/+1102
Signed-off-by: Alexey Starikovskiy <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>