summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-09 14:50:52 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-09 14:50:52 +0000
commitec2e32b7fd14f095ce5ce3da34cbcdf53d9830a1 (patch)
tree3ce6e829e08e5d18f9bb3d9807b609349100b5e6
parent40bcb5518623c2e37df1d2173868c30774bf155b (diff)
Notes
-rw-r--r--sys/ia64/ia64/machdep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index e702ddc91aff..5ca6012275b7 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -599,13 +599,6 @@ ia64_init()
mtx_init(&sched_lock, "sched lock", MTX_SPIN | MTX_RECURSE);
mtx_lock(&Giant);
-#if 0
- /*
- * Enable interrupts on first release (in switch_trampoline).
- */
- sched_lock.mtx_saveipl = ALPHA_PSL_IPL_0;
-#endif
-
/*
* Look at arguments passed to us and compute boothowto.
*/