summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-09-03 21:48:12 +0000
committermarius <marius@FreeBSD.org>2008-09-03 21:48:12 +0000
commite150d8eb07057f30998d23ec1de64f6c982bae00 (patch)
tree42fc037f0250777b629e70b36053dfc0ef873f5a /sys/sparc64
parent3cded342832e56dd2917027d8860c7989f2ba89f (diff)
downloadFreeBSD-src-e150d8eb07057f30998d23ec1de64f6c982bae00.zip
FreeBSD-src-e150d8eb07057f30998d23ec1de64f6c982bae00.tar.gz
Additionally clear the STICK bit in the SOFTINT register when
receiving a PIL_TICK interrupt. This change was erroneously omitted in r182730.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S
index 877fac0..b02bbac 100644
--- a/sys/sparc64/sparc64/exception.S
+++ b/sys/sparc64/sparc64/exception.S
@@ -550,7 +550,7 @@ END(tl0_sfsr_trap)
tl ## traplvl ## _intr level, 1 << level
#define TICK(traplvl) \
- tl ## traplvl ## _intr PIL_TICK, 1
+ tl ## traplvl ## _intr PIL_TICK, 0x10001
#define INTR_LEVEL(tl) \
INTR(1, tl) ; \
OpenPOWER on IntegriCloud