Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17943
b: refs/heads/master
c: 60917a3
h: refs/heads/master
i:
  17941: 551a1bc
  17939: adc5eea
  17935: e08bbf1
v: v3
  • Loading branch information
Benjamin LaHaise authored and Linus Torvalds committed Jan 12, 2006
1 parent a992231 commit bcab31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6e3fbee5f11a8135109b08bfcbc05a29eb4eabe8
refs/heads/master: 60917a3832547886549962ab9ee753253cf5e44c
4 changes: 2 additions & 2 deletions trunk/include/asm-x86_64/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#define __RESTORE(reg,offset) "movq (14-" #offset ")*8(%%rsp),%%" #reg "\n\t"

/* frame pointer must be last for get_wchan */
#define SAVE_CONTEXT "pushfq ; pushq %%rbp ; movq %%rsi,%%rbp\n\t"
#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp ; popfq\n\t"
#define SAVE_CONTEXT "pushq %%rbp ; movq %%rsi,%%rbp\n\t"
#define RESTORE_CONTEXT "movq %%rbp,%%rsi ; popq %%rbp\n\t"

#define __EXTRA_CLOBBER \
,"rcx","rbx","rdx","r8","r9","r10","r11","r12","r13","r14","r15"
Expand Down

0 comments on commit bcab31a

Please sign in to comment.