Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245515
b: refs/heads/master
c: 9072d11
h: refs/heads/master
i:
  245513: fc2efd9
  245511: c43269d
v: v3
  • Loading branch information
Fenghua Yu authored and H. Peter Anvin committed May 17, 2011
1 parent 8d7b5e6 commit 78df506
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 509731336313b3799cf03071d72c64fa6383895e
refs/heads/master: 9072d11da15a71e086eab3b5085184f2c1d06913
9 changes: 9 additions & 0 deletions trunk/arch/x86/include/asm/alternative-asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@
.endm
#endif

.macro altinstruction_entry orig alt feature orig_len alt_len
.align 8
.quad \orig
.quad \alt
.word \feature
.byte \orig_len
.byte \alt_len
.endm

#endif /* __ASSEMBLY__ */

0 comments on commit 78df506

Please sign in to comment.