|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] RE: [PATCH 32/32] ia64/pv_ops: paravirtualized istructi
> This patch implements a checker to detect instructions which
> should be paravirtualized instead of direct writing raw instruction.
> This patch does rough check so that it doesn't fully cover all cases,
> but it can detects most cases of paravirtualization breakage of hand
> written assembly codes.
There are still some "itc.d" instructions in ivt.S (in the #ifndef
CONFIG_SMP code). This checker caught them ... but the error messages
from the build were not as elegant as they might be
AS arch/ia64/kernel/pvchk-ivt.o
arch/ia64/kernel/ivt.S: Assembler messages:
arch/ia64/kernel/ivt.S:583: Warning: itc.d should not be used directly.
arch/ia64/kernel/ivt.S:583: Error: junk at end of line, first unrecognized
character is `r'
arch/ia64/kernel/ivt.S:649: Warning: itc.i should not be used directly.
arch/ia64/kernel/ivt.S:649: Error: junk at end of line, first unrecognized
character is `r'
arch/ia64/kernel/ivt.S:701: Warning: itc.d should not be used directly.
arch/ia64/kernel/ivt.S:701: Error: junk at end of line, first unrecognized
character is `r'
make[1]: *** [arch/ia64/kernel/pvchk-ivt.o] Error 1
make: *** [arch/ia64/kernel] Error 2
I'll hold off on applying part32/32 until the CONFIG_SMP=n case
is fixed.
-Tony
_______________________________________________
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 08/32] ia64/xen: define several constants for ia64/xen., (continued)
- [Xen-ia64-devel] [PATCH 08/32] ia64/xen: define several constants for ia64/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 24/32] ia64/pv_ops/xen: implement xen pv_iosapic_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/32] ia64/xen: define helper functions for xen related address conversion., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 16/32] ia64/xen: introduce helper function to identify domain mode., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 25/32] ia64/pv_ops/xen: define the nubmer of irqs which xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 28/32] ia64/xen: define xen machine vector for domU., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 21/32] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 27/32] ia64/pv_ops/xen: implement xen pv_time_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 31/32] ia64/xen: a recipe for using xen/ia64 with pv_ops., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 32/32] ia64/pv_ops: paravirtualized istruction checker., Isaku Yamahata
- [Xen-ia64-devel] RE: [PATCH 32/32] ia64/pv_ops: paravirtualized istruction checker.,
Luck, Tony <=
- [Xen-ia64-devel] [PATCH 26/32] ia64/pv_ops/xen: implement xen pv_irq_ops., Isaku Yamahata
|
|
|
|
|