diff options
author | Igor V. Kovalenko | 2010-01-07 21:28:21 +0100 |
---|---|---|
committer | Blue Swirl | 2010-01-08 18:15:45 +0100 |
commit | 709f2c1b23ceb88c78a116e9a9c22e2a4837f62a (patch) | |
tree | 2853a78cd9fb5fc48a3582d800c185b1c49bbf72 /hw/sun4u.c | |
parent | sparc64: check for pending irq when pil, pstate or softint is changed (diff) | |
download | qemu-709f2c1b23ceb88c78a116e9a9c22e2a4837f62a.tar.gz qemu-709f2c1b23ceb88c78a116e9a9c22e2a4837f62a.tar.xz qemu-709f2c1b23ceb88c78a116e9a9c22e2a4837f62a.zip |
sparc64: add macros to deal with softint and timer interrupt
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4u.c')
-rw-r--r-- | hw/sun4u.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sun4u.c b/hw/sun4u.c index 9d46f08815..029e3edc5f 100644 --- a/hw/sun4u.c +++ b/hw/sun4u.c @@ -73,7 +73,6 @@ #define MAX_PILS 16 -#define TICK_INT_DIS 0x8000000000000000ULL #define TICK_MAX 0x7fffffffffffffffULL struct hwdef { |