Index: kernel/test/cht/cht1.c
===================================================================
--- kernel/test/cht/cht1.c	(revision 04d66804623c1e241e9426d0016534aa65a96110)
+++ kernel/test/cht/cht1.c	(revision a1ef4c0316a72aaa438b90b4579cc5df65982f2b)
@@ -237,5 +237,5 @@
 {
 	cht_t h;
-	if (!cht_create(&h, 5, 0, 0, &val_ops))
+	if (!cht_create_simple(&h, &val_ops))
 		return "Could not create the table.";
 	
@@ -453,5 +453,5 @@
 	cht_t h;
 	
-	if (!cht_create(&h, 0, 0, 0, &stress_ops)) {
+	if (!cht_create_simple(&h, &stress_ops)) {
 		TPRINTF("Failed to create the table\n");
 		return false;
