From f5db453abefa2813c941f74861528131edc9165e Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 14 Sep 2010 19:35:43 +0000 Subject: Remove redundant raising of the PIL to PIL_TICK as the respective locore code already did that. --- sys/sparc64/sparc64/machdep.c | 1 - sys/sparc64/sparc64/mp_machdep.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/sparc64') diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index 90da7c6..193da2f 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -587,7 +587,6 @@ sparc64_init(caddr_t mdp, u_long o1, u_long o2, u_long o3, ofw_vec_t *vec) * enable them. */ intr_init2(); - wrpr(pil, 0, PIL_TICK); wrpr(pstate, 0, PSTATE_KERNEL); /* diff --git a/sys/sparc64/sparc64/mp_machdep.c b/sys/sparc64/sparc64/mp_machdep.c index e5a9fb3..29c7434 100644 --- a/sys/sparc64/sparc64/mp_machdep.c +++ b/sys/sparc64/sparc64/mp_machdep.c @@ -446,7 +446,6 @@ cpu_mp_bootstrap(struct pcpu *pc) cpu_setregs(pc); /* Enable interrupts. */ - wrpr(pil, 0, PIL_TICK); wrpr(pstate, 0, PSTATE_KERNEL); smp_cpus++; -- cgit v1.1