Revert "Adjust the suspend check interval to 16."

This reverts commit dc0f40e484dc4bf72032f6d9f1c5db694c6fad55.

Change-Id: I4dd1acf2adfc49b03bac9c9fbd0ea3deebbd054e
diff --git a/runtime/asm_support.h b/runtime/asm_support.h
index 40f79f7..62f3593 100644
--- a/runtime/asm_support.h
+++ b/runtime/asm_support.h
@@ -21,7 +21,7 @@
 
 // Value loaded into rSUSPEND for quick. When this value is counted down to zero we do a suspend
 // check.
-#define SUSPEND_CHECK_INTERVAL (16)
+#define SUSPEND_CHECK_INTERVAL (1000)
 
 // Offsets within java.lang.Object.
 #define CLASS_OFFSET 0