diff options
author | Avi Kivity <avi@qumranet.com> | 2008-04-10 19:51:52 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 05:01:21 -0400 |
commit | 048354c8e6bf95e7347f623d8a0da5b89e216405 (patch) | |
tree | 3586c81e8277892b6255256abebcd6ca3fc85b27 | |
parent | 7732a8d19bdc6ae18f68f9adb47d11c82a3a86cd (diff) |
KVM: ia64: Stub out kvmtrace
Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r-- | arch/ia64/kvm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig index d2e54b9321fb..7914e4828504 100644 --- a/arch/ia64/kvm/Kconfig +++ b/arch/ia64/kvm/Kconfig | |||
@@ -43,4 +43,7 @@ config KVM_INTEL | |||
43 | Provides support for KVM on Itanium 2 processors equipped with the VT | 43 | Provides support for KVM on Itanium 2 processors equipped with the VT |
44 | extensions. | 44 | extensions. |
45 | 45 | ||
46 | config KVM_TRACE | ||
47 | bool | ||
48 | |||
46 | endif # VIRTUALIZATION | 49 | endif # VIRTUALIZATION |