|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 22/50] ia64/pv_ops: paravirtualize minstate.h.
This isn't necessary because xen defines its own DO_SAVE_MIN.
But this makes the difference of them smaller.
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
arch/ia64/kernel/minstate.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/ia64/kernel/minstate.h b/arch/ia64/kernel/minstate.h
index fc99141..10a412c 100644
--- a/arch/ia64/kernel/minstate.h
+++ b/arch/ia64/kernel/minstate.h
@@ -34,9 +34,9 @@
mov r27=ar.rsc; /* M */
\
mov r20=r1; /* A */
\
mov r25=ar.unat; /* M */
\
- mov r29=cr.ipsr; /* M */
\
+ MOV_FROM_IPSR(r29); /* M */
\
mov r26=ar.pfs; /* I */
\
- mov r28=cr.iip; /* M */
\
+ MOV_FROM_IIP(r28); /* M */
\
mov r21=ar.fpsr; /* M */
\
__COVER; /* B;; (or nothing) */
\
;;
\
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 20/50] ia64/pv_ops: paravirtualized instructions for hand written assembly code on native., (continued)
- [Xen-ia64-devel] [PATCH 20/50] ia64/pv_ops: paravirtualized instructions for hand written assembly code on native., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 29/50] ia64/xen: increase IA64_MAX_RSVD_REGIONS., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 26/50] ia64/pv_ops: introduce pv_init_ops and its hooks., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 18/50] ia64/pv_ops: preparation for ia64 intrinsics operations paravirtualization, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 19/50] ia64/pv_ops: define ia64 privileged instruction intrinsics for paravirtualized guest kernel., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 33/50] ia64/xen: detect xen environment at early boot time and do minimal initialization., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/50] ia64/pv_ops: header file to switch paravirtualized assembly instructions., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 49/50] ia64/pv_ops/xen: define xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 38/50] ia64/xen: paravirtualize pal_call_static()., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 45/50] ia64/xen: domU xen machine vector without dma api., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 22/50] ia64/pv_ops: paravirtualize minstate.h.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 27/50] ia64/pv_ops: introduce pv_iosapic_ops and its hooks., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 34/50] ia64/xen: helper functions for xen fault handlers., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 30/50] ia64/xen: introduce synch bitops which is necessary for ia64/xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 42/50] ia64/xen: ia64 domU part of xencomm., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 23/50] ia64/pv_ops: paravirtualize arch/ia64/kernel/switch_leave.S, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 35/50] ia64/pv_ops/xen: paravirtualized instructions for hand written assembly code., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 44/50] ia64/xen: basic helper routines for xen/ia64., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 43/50] ia64/xen: define xen_alloc_vm_area()/xen_free_vm_area() for ia64 arch., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 41/50] ia64/xen: introduce xen hypercall routines necessary for domU., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 50/50] ia64/pv_ops/xen: define xen pv_irq_ops., Isaku Yamahata
|
|
|
|
|