Index: kernel/test/cht/cht1.c
===================================================================
--- kernel/test/cht/cht1.c	(revision 8e3ed060352d7c72e3c40551fdd7ee221f4b3c49)
+++ kernel/test/cht/cht1.c	(revision 0b7bcb8f7fd2c6a7595e9ab91e34305be0df1d6f)
@@ -235,5 +235,5 @@
 {
 	cht_t h;
-	if (!cht_create(&h, 5, 0, &val_ops))
+	if (!cht_create(&h, 5, 0, 0, &val_ops))
 		return "Could not create the table.";
 	
@@ -445,5 +445,5 @@
 	cht_t h;
 	
-	if (!cht_create(&h, 0, 0, &stress_ops)) {
+	if (!cht_create(&h, 0, 0, 0, &stress_ops)) {
 		TPRINTF("Failed to create the table\n");
 		return false;
