Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136528
b: refs/heads/master
c: d5e397c
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 26, 2009
1 parent 5edd925 commit 48d0ed8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34707bcd0452aba644396767bc9fb61585bdab4f
refs/heads/master: d5e397cb49b53381e4c99a064ca733c665646de8
5 changes: 4 additions & 1 deletion trunk/arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@ ignore_int:
pushl 40(%esp)
pushl $int_msg
call printk

call dump_stack

addl $(5*4),%esp
popl %ds
popl %es
Expand Down Expand Up @@ -652,7 +655,7 @@ early_recursion_flag:
.long 0

int_msg:
.asciz "Unknown interrupt or fault at EIP %p %p %p\n"
.asciz "Unknown interrupt or fault at: %p %p %p\n"

fault_msg:
/* fault info: */
Expand Down

0 comments on commit 48d0ed8

Please sign in to comment.