Kernel: zeta-v2: Correct TICKSPERSEC
authorWill Sowerbutts <will@sowerbutts.com>
Fri, 6 Jan 2017 19:04:28 +0000 (19:04 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 8 Jan 2017 23:05:11 +0000 (23:05 +0000)
Kernel/platform-zeta-v2/config.h

index 76b1155..374417d 100644 (file)
@@ -20,7 +20,7 @@
 /* Banks as reported to user space */
 #define CONFIG_BANKS   4
 
-#define TICKSPERSEC 15      /* Ticks per second */
+#define TICKSPERSEC 20      /* Ticks per second */
 #define PROGBASE    0x0000  /* also data base */
 #define PROGLOAD    0x0100  /* also data base */
 #define PROGTOP     0xF000  /* Top of program, base of U_DATA copy */