commit | 6784f7d0a5016a397d38be1134e63fc784c1ca8e | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Sun Oct 05 11:33:42 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 27 18:09:44 2008 +0100 |
tree | 20fb39506d0ab28761e474d2fb2afc2970c9af9a | |
parent | 04d2aac33eb54fd3084140f2db130530d71e97c6 [diff] |
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>