Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367955
b: refs/heads/master
c: 8209277
h: refs/heads/master
i:
  367953: 374ee1b
  367951: 07db2e3
v: v3
  • Loading branch information
Richard Kuo committed May 1, 2013
1 parent 1fc12b7 commit 45d6a93
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3981c4728bcec97f352f8518f05a0015c7df6a3c
refs/heads/master: 820927768711b3c5c1f4aa7408433ff6ad37fd56
3 changes: 1 addition & 2 deletions trunk/arch/hexagon/include/uapi/asm/registers.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ struct pt_regs {
#define pt_clr_singlestep(regs) ((regs)->hvmer.vmest &= ~(1<<HVM_VMEST_SS_SFT))

#define pt_set_rte_sp(regs, sp) do {\
pt_psp(regs) = (sp);\
(regs)->SP = (unsigned long) &((regs)->hvmer);\
pt_psp(regs) = (regs)->SP = (sp);\
} while (0)

#define pt_set_kmode(regs) \
Expand Down

0 comments on commit 45d6a93

Please sign in to comment.