|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] minor fix vmx_ivt.
 
# HG changeset patch
# User Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
# Date 1219658677 -32400
# Node ID 5a61dba2cf0add71f83b99e0062b06b884445e21
# Parent  1d565c0429cb19e1f684c1025d4f2be15658a9b8
[IA64] minor fix vmx_ivt.
The constant string in vmx_ivt.S should be in rodata section,
not text.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 xen/arch/ia64/vmx/vmx_ivt.S |    2 ++
 1 files changed, 2 insertions(+)
diff -r 1d565c0429cb -r 5a61dba2cf0a xen/arch/ia64/vmx/vmx_ivt.S
--- a/xen/arch/ia64/vmx/vmx_ivt.S       Mon Aug 25 19:04:37 2008 +0900
+++ b/xen/arch/ia64/vmx/vmx_ivt.S       Mon Aug 25 19:04:37 2008 +0900
@@ -1348,6 +1348,7 @@ ENTRY(vmx_dispatch_shadow_fault)
     br.call.sptk.many b6=vmx_ia64_shadow_fault
 END(vmx_dispatch_shadow_fault)
 
+    .section .rodata, "a"
 .Lvmx_dispatch_reflection_string:
     .asciz "vmx_dispatch_reflection\n"
 .Lvmx_dispatch_virtualization_fault_string:
@@ -1358,3 +1359,4 @@ END(vmx_dispatch_shadow_fault)
     .asciz "vmx_dispatch_tlb_miss\n"
 .Lvmx_dispatch_shadow_fault_string:
     .asciz "vmx_dispatch_shadow_fault\n"
+    .previous
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-changelog] [xen-unstable] [IA64] minor fix vmx_ivt.,
Xen patchbot-unstable <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |