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)
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>

No differences found