Displaying 1 result from an estimated 1 matches for "82192f4547ab".
2007 Apr 18
0
[PATCH 4/5] XEN: Remove __xen_guest section
With a suitably recent xen the __xen_guest string is no longer required
so remove it. See the caveat in 0/5 though!
Should be merged into 024-head.patch
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
diff -r 82192f4547ab arch/i386/paravirt-xen/xen-head.S
--- a/arch/i386/paravirt-xen/xen-head.S Wed Aug 23 15:15:18 2006 +0100
+++ b/arch/i386/paravirt-xen/xen-head.S Wed Aug 23 15:16:01 2006 +0100
@@ -3,7 +3,7 @@
#include <linux/elfnote.h>
#include <xen/interface/elfnote.h>
-
+
#define VIRT_ENTRY_OFFS...