|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86: use tag in C UNLIKELY blocks, rather than a literal ".tag"
commit e904233f39534d6a20ad11bbcefda6fe3486fd23
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Tue Dec 15 14:16:09 2015 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Tue Dec 15 14:16:09 2015 +0100
x86: use tag in C UNLIKELY blocks, rather than a literal ".tag"
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
xen/include/asm-x86/asm_defns.h | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/xen/include/asm-x86/asm_defns.h b/xen/include/asm-x86/asm_defns.h
index 7cf4408..b5f79d8 100644
--- a/xen/include/asm-x86/asm_defns.h
+++ b/xen/include/asm-x86/asm_defns.h
@@ -180,16 +180,16 @@ void ret_from_intr(void);
#endif
-#define UNLIKELY_START(cond, tag) \
- "j" #cond " .Lunlikely%=.tag;\n\t" \
- UNLIKELY_START_SECTION "\n\t" \
- SUBSECTION_LBL(unlikely) "\n" \
- ".Lunlikely%=.tag:"
+#define UNLIKELY_START(cond, tag) \
+ "j" #cond " .Lunlikely." #tag ".%=;\n\t" \
+ UNLIKELY_START_SECTION "\n\t" \
+ SUBSECTION_LBL(unlikely) "\n" \
+ ".Lunlikely." #tag ".%=:"
#define UNLIKELY_END(tag) \
- "jmp .Llikely%=.tag;\n\t" \
+ "jmp .Llikely." #tag ".%=;\n\t" \
UNLIKELY_END_SECTION "\n" \
- ".Llikely%=.tag:"
+ ".Llikely." #tag ".%=:"
#endif
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |