mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-05 05:01:33 +00:00
kvm tools: Port to v3.7-rc1
There were a number of changes that caused problems: - UAPI conversion - the old version of the rbtree-augmented API got removed, I updated the implementation to the new API - lib/rbtree.c wants a 'true' definition Lightly tested: it boots a v3.7-rc1 defconfig+kvmconfig kernel. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -36,4 +36,6 @@
|
||||
(void) (&_max1 == &_max2); \
|
||||
_max1 > _max2 ? _max1 : _max2; })
|
||||
|
||||
#define true 1
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user