|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Ensure explicit asm statememt goes in the correct sectio
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 3dfea50f02d6a3d8b9319e7645befc63dbcd3e06
# Parent fdfd511768a3ab1b5fbbe3f7b75239edc502e84b
Ensure explicit asm statememt goes in the correct section.
diff -r fdfd511768a3 -r 3dfea50f02d6 xen/arch/x86/cpu/amd.c
--- a/xen/arch/x86/cpu/amd.c Thu Aug 25 00:51:20 2005
+++ b/xen/arch/x86/cpu/amd.c Thu Aug 25 08:39:50 2005
@@ -39,7 +39,7 @@
*/
extern void vide(void);
-__asm__(".align 4\nvide: ret");
+__asm__(".text\n.align 4\nvide: ret");
static void __init init_amd(struct cpuinfo_x86 *c)
{
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Ensure explicit asm statememt goes in the correct section.,
Xen patchbot -unstable <=
|
|
|
|
|