Index: kernel/test/cht/cht1.c
===================================================================
--- kernel/test/cht/cht1.c	(revision 04d66804623c1e241e9426d0016534aa65a96110)
+++ kernel/test/cht/cht1.c	(revision 85eba4cfd62daabbcc27226f9c448ae8aaad1a70)
@@ -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;
