git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git]
/
lunaix-os
/
arch
/
x86
/
exceptions
/
interrupt64.S
diff --git
a/lunaix-os/arch/x86/exceptions/interrupt64.S
b/lunaix-os/arch/x86/exceptions/interrupt64.S
index 2b154104788cf039cf7e8dd11d34d3910c038d1a..356de950df46dc6c2b2ca4261a015e0a6fee3d27 100644
(file)
--- a/
lunaix-os/arch/x86/exceptions/interrupt64.S
+++ b/
lunaix-os/arch/x86/exceptions/interrupt64.S
@@
-10,7
+10,7
@@
tmp_store:
.skip 8
lo_tmp_stack:
tmp_store:
.skip 8
lo_tmp_stack:
- .skip
256
+ .skip
1024
tmp_stack:
tmp_stack:
@@
-160,7
+160,7
@@
# is required to prevent corrupt existing stack
movq $tmp_stack, %rsp
# is required to prevent corrupt existing stack
movq $tmp_stack, %rsp
- call s
ignal_dispatch # kernel/signal
.c
+ call s
witch_signposting # kernel/process/switch
.c
movq current_thread, %rbx
test %rax, %rax # do we have signal to handle?
movq current_thread, %rbx
test %rax, %rax # do we have signal to handle?