commit | a9c5eb0db1739d53e7a3b1491e496eb25d3db3f4 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Jan 25 18:28:05 2012 +0100 |
committer | Alexander Graf <agraf@suse.de> | Thu Feb 02 02:47:46 2012 +0100 |
tree | 4318aeeef63014bcd9fecab490a5f2f822c46cba | |
parent | 21a0b6ed1dd9f1d8e3d953954847776c8697bd99 [diff] |
KVM: Fix compilation on non-x86 Commit 84b058d broke compilation for KVM on non-x86 targets, which don't have KVM_CAP_IRQ_ROUTING defined. Fix by not using the unavailable constant when it's not around. Signed-off-by: Alexander Graf <agraf@suse.de>