[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL



# HG changeset patch
# User awilliam@xxxxxxxxxxxx
# Date 1170799689 25200
# Node ID 5b99d19906a7782c20ce489e8e8e0573d52bea51
# Parent  b3ae332e6dbd8438e51d7546ef73c7d222201826
[IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL

It's optional

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/arch/ia64/xen/fw_emul.c |    3 +++
 1 files changed, 3 insertions(+)

diff -r b3ae332e6dbd -r 5b99d19906a7 xen/arch/ia64/xen/fw_emul.c
--- a/xen/arch/ia64/xen/fw_emul.c       Tue Feb 06 09:28:07 2007 -0700
+++ b/xen/arch/ia64/xen/fw_emul.c       Tue Feb 06 15:08:09 2007 -0700
@@ -625,6 +625,9 @@ xen_pal_emulator(unsigned long index, u6
                if (VMX_DOMAIN(current))
                        status = PAL_STATUS_SUCCESS;
                break;
+           case PAL_LOGICAL_TO_PHYSICAL:
+               /* Optional, no need to complain about being unimplemented */
+               break;
            default:
                printk("xen_pal_emulator: UNIMPLEMENTED PAL CALL %lu!!!!\n",
                                index);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.