aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/probe_roms_32.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
We are getting rid of subarchitecture support - move the hook files to asm/. (These are now stale and should be replaced with more explicit runtime mechanisms - but the transition is simpler this way.) Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-07-08x86: seperate probe_roms into another fileYinghai Lu1-0/+166
it is only needed for 32bit Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>