aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-05-02 12:00:40 +0100
committerKeir Fraser <keir@xen.org>2011-05-02 12:00:40 +0100
commitd0ef88916f3ab8bda754b175b299e3d5a73fe851 (patch)
tree1ca943cf84f69289ffda79497151277a64c35583 /xen/common/tmem.c
parent76ce27755b87aa5a91ce0f5a02e560ab5c0515e4 (diff)
downloadxen-d0ef88916f3ab8bda754b175b299e3d5a73fe851.tar.gz
xen-d0ef88916f3ab8bda754b175b299e3d5a73fe851.tar.bz2
xen-d0ef88916f3ab8bda754b175b299e3d5a73fe851.zip
Revert 23295:4891f1f41ba5 and 23296:24346f749826
Fails current lock checking mechanism in spinlock.c in debug=y builds. Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/tmem.c')
-rw-r--r--xen/common/tmem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/tmem.c b/xen/common/tmem.c
index c461e99290..1c155db690 100644
--- a/xen/common/tmem.c
+++ b/xen/common/tmem.c
@@ -2925,6 +2925,7 @@ static int __init init_tmem(void)
if ( !tmh_enabled() )
return 0;
+ radix_tree_init();
if ( tmh_dedup_enabled() )
for (i = 0; i < 256; i++ )
{