Displaying 1 result from an estimated 1 matches for "db8bfb4".
Did you mean:
db8abfb3
2012 Mar 22
2
[PATCH] x86: Fix grant-table build error
...ect register `%edx'' used with `w'' suffix
Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn>
---
xen/include/asm-x86/grant_table.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xen/include/asm-x86/grant_table.h b/xen/include/asm-x86/grant_table.h
index db8bfb4..9b5321b 100644
--- a/xen/include/asm-x86/grant_table.h
+++ b/xen/include/asm-x86/grant_table.h
@@ -54,7 +54,7 @@ static inline void gnttab_clear_flag(unsigned int nr, uint16_t *st)
* Note that this cannot be clear_bit(), as the access must be
* confined to the specified 2 bytes....