diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 20:22:19 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 20:22:19 (GMT) |
commit | 6d8a97af63222c5cbc7fe63ae19345e74e153e90 (patch) | |
tree | 4b3e286c1f68bece1e839ae63f5c659711cae47d /arch/ia64/kvm/Kconfig | |
parent | f6bcfc9dd48d305211283b7f7d55e3779a2f661b (diff) | |
parent | a119365586b0130dfea06457f584953e0ff6481d (diff) | |
download | linux-fsl-qoriq-6d8a97af63222c5cbc7fe63ae19345e74e153e90.tar.xz |
Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull misc ia64 build fixes from Tony Luck.
* tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
[IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
[IA64] Rename platform_name to ia64_platform_name
[IA64] Mark PARAVIRT and KVM as broken
Diffstat (limited to 'arch/ia64/kvm/Kconfig')
-rw-r--r-- | arch/ia64/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig index df5351e..e794752 100644 --- a/arch/ia64/kvm/Kconfig +++ b/arch/ia64/kvm/Kconfig @@ -23,6 +23,7 @@ config KVM depends on HAVE_KVM && MODULES && EXPERIMENTAL # for device assignment: depends on PCI + depends on BROKEN select PREEMPT_NOTIFIERS select ANON_INODES select HAVE_KVM_IRQCHIP |