public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] Fix tboot enabled macro
@ 2010-05-26  3:33 Zachary Amsden
  2010-05-26  7:25 ` Jan Kiszka
  0 siblings, 1 reply; 13+ messages in thread
From: Zachary Amsden @ 2010-05-26  3:33 UTC (permalink / raw)
  To: kvm, Jan Kiszka, Avi Kivity, Gleb Natapov

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-Fix-tboot_enabled-macro-was-present-in-2.6.33.patch --]
[-- Type: text/plain, Size: 815 bytes --]

>From 614d5fa8bba5f98fd3cb1d66d63b0b70ca98fe51 Mon Sep 17 00:00:00 2001
From: Zachary Amsden <zamsden@redhat.com>
Date: Fri, 14 May 2010 12:25:14 -1000
Subject: [PATCH 1/5] Fix tboot_enabled macro; was present in 2.6.33

Signed-off-by: Zachary Amsden <zamsden@redhat.com>
---
 x86/external-module-compat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-05-27 18:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26  3:33 [PATCH 1/4] Fix tboot enabled macro Zachary Amsden
2010-05-26  7:25 ` Jan Kiszka
2010-05-26  8:38   ` Avi Kivity
2010-05-26  9:23     ` Wang, Shane
2010-05-26 10:39       ` Jan Kiszka
2010-05-27  7:21         ` Wang, Shane
2010-05-27  8:36           ` Jan Kiszka
2010-05-27  9:13             ` Wang, Shane
2010-05-27  9:23               ` Jan Kiszka
2010-05-27  9:27                 ` Wang, Shane
2010-05-27 10:15                   ` Avi Kivity
2010-05-27 18:22                     ` Cihula, Joseph
2010-05-27  7:25         ` Wang, Shane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox