|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][SVM] 32bit msr support/enable 64bit vlapic
Content-Description: svm_msr32_vlapic.patch
> +#ifdef __x86_64__
> HVM_DBG_LOG(DBG_LEVEL_2, "mode_do_msr_read: msr_content: %lx\n",
> msr_content);
> +#else
> + HVM_DBG_LOG(DBG_LEVEL_2, "mode_do_msr_read: msr_content: %llx\n",
> + msr_content);
> +#endif
Could these simply use %llx and get rid of the #ifdef? %llx is 64-bit
on x86 and x86_64
--
Aron Griffis
hp Open Source & Linux Organization R&D
pgp8IyIn846Ot.pgp
Description: PGP signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|