|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] x86: force out-of-line instances of inline functions
Some compiler versions may choose to not inline certain functions,
but the check introduced in c/s 23003:768269c43914 and applying to
domain_build.o as of 23011:be7e54d86c57 wants .text to be empty.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
--- 2011-03-09.orig/xen/arch/x86/domain_build.c
+++ 2011-03-09/xen/arch/x86/domain_build.c
@@ -5,6 +5,7 @@
*/
#include <xen/config.h>
+#define __inline__ __inline__ __init
#include <xen/init.h>
#include <xen/lib.h>
#include <xen/ctype.h>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] x86: force out-of-line instances of inline functions into .init.text in init-only code,
Jan Beulich <=
|
|
|
|
|