diff options
author | Igor V. Kovalenko <igor.v.kovalenko@gmail.com> | 2010-01-07 23:28:21 +0300 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-01-08 17:15:45 +0000 |
commit | 709f2c1b23ceb88c78a116e9a9c22e2a4837f62a (patch) | |
tree | 2853a78cd9fb5fc48a3582d800c185b1c49bbf72 /hw/sun4u.c | |
parent | 4dc28134f3d7db0033c6b3c5bc4be9a91adb3e2b (diff) |
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 { |