ubee: set tick rate properly
authorAlan Cox <alan@linux.intel.com>
Fri, 9 Feb 2018 23:41:12 +0000 (23:41 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 9 Feb 2018 23:41:12 +0000 (23:41 +0000)
Kernel/platform-ubee/config.h

index 544ddd0..ef89ade 100644 (file)
@@ -32,7 +32,7 @@
 #define VT_RIGHT       79
 #define VT_BOTTOM      23
 
-#define TICKSPERSEC 64   /* Ticks per second */
+#define TICKSPERSEC 10     /* Ticks per second */
 #define PROGBASE    0x0000  /* Base of user  */
 #define PROGLOAD    0x0100  /* Load and run here */
 #define PROGTOP     0x7D00  /* Top of program, base of U_DATA stash */