summaryrefslogtreecommitdiff
path: root/lapic.c
diff options
context:
space:
mode:
cleaner
Diffstat (limited to 'lapic.c')
-rw-r--r--lapic.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/lapic.c b/lapic.c
index 3ce5842..d4429a5 100644
--- a/lapic.c
+++ b/lapic.c
@@ -101,16 +101,8 @@ cpu(void)
// through acquire and release.
if(read_eflags()&FL_IF){
static int n;
- int i;
- uint pcs[10];
-
- if(n++%999 == 0){
- getcallerpcs((uint*)read_ebp() + 2, pcs);
- cprintf("cpu called from %x with interrupts enabled: stk");
- for(i=0; i<10 && pcs[i] && pcs[i] != -1; i++)
- cprintf(" %x", pcs[i]);
- cprintf("\n");
- }
+ if(n++ == 0)
+ cprintf("cpu called from %x with interrupts enabled\n", ((uint*)read_ebp())[1]);
}
if(lapic)