mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-21 19:34:47 +02:00
misc/9: Cap reported mips/sios rates
git-svn-id: file:///home/jj/hercules.svn/trunk@2898 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
@@ -780,6 +780,9 @@ typedef struct _REGS { /* Processor registers */
|
||||
|
||||
#define HI_CPU sysblk.hicpu
|
||||
|
||||
#define MAX_REPORTED_MIPSRATE (250000) /* instructions/millisecond */
|
||||
#define MAX_REPORTED_SIOSRATE (2500) /* SIOs per second */
|
||||
|
||||
/* Macros to signal interrupt condition to a CPU[s] */
|
||||
#define WAKEUP_CPU(_regs) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user