]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/mm/fault.c
x86: check for and defend against BIOS memory corruption
[linux-2.6-omap-h63xx.git] / arch / x86 / mm / fault.c
index 455f3fe67b42412c8acda3eb63e33678ebec1845..5140bdf03020d7311ffe8e03cd069b1e4125577a 100644 (file)
@@ -848,6 +848,8 @@ no_context:
  * Oops. The kernel tried to access some bad page. We'll have to
  * terminate things with extreme prejudice.
  */
+       check_for_bios_corruption();
+
 #ifdef CONFIG_X86_32
        bust_spinlocks(1);
 #else