x86: corruption check: move the corruption checks into their own file
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 5 Oct 2008 18:33:42 +0000 (11:33 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 27 Oct 2008 17:09:44 +0000 (18:09 +0100)
commit6784f7d0a5016a397d38be1134e63fc784c1ca8e
tree20fb39506d0ab28761e474d2fb2afc2970c9af9a
parent04d2aac33eb54fd3084140f2db130530d71e97c6
x86: corruption check: move the corruption checks into their own file

Impact: cleanup

The corruption check code is rather sizable and it's likely to grow over
time when we add checks for more types of corruptions (there's a few
candidates in kerneloops.org that I want to add checks for)... so lets move
it to its own file

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/setup.h
arch/x86/kernel/Makefile
arch/x86/kernel/check.c [new file with mode: 0644]
arch/x86/kernel/setup.c