diff mbox

[1/4] Fix tboot enabled macro

Message ID 4BFC9686.9050300@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Zachary Amsden May 26, 2010, 3:33 a.m. UTC
None
diff mbox

Patch

diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
index 7d793a0..09bf232 100644
--- a/x86/external-module-compat.h
+++ b/x86/external-module-compat.h
@@ -770,7 +770,7 @@  static inline void hw_breakpoint_restore(void)
 #define percpu_write(t, v)	__get_cpu_var(t) = v
 #endif
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33)
 #define tboot_enabled()		0
 #endif