[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] [Patch] linux: set memory attribute in inline asm
Hi Akio, Akio Takebe wrote: [Fri Apr 04 2008, 05:44:10AM EDT] > @@ -251,7 +251,7 @@ extern void xen_set_eflag(unsigned long) > #define xen_ia64_intrin_local_irq_restore(x) \ > { \ > if (is_running_on_xen()) { > \ > - if ((x) & IA64_PSR_I) { xen_ssm_i(); } \ > + if (x) { xen_ssm_i(); } \ > else { xen_rsm_i(); } \ > } > \ > else __ia64_intrin_local_irq_restore((x)); > \ What does this part do? Thanks, Aron _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |