direct-io.hg
changeset 13884:5b99d19906a7
[IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL
It's optional
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
It's optional
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
author | awilliam@xenbuild2.aw |
---|---|
date | Tue Feb 06 15:08:09 2007 -0700 (2007-02-06) |
parents | b3ae332e6dbd |
children | 7efb3a06c56a |
files | xen/arch/ia64/xen/fw_emul.c |
line diff
1.1 --- a/xen/arch/ia64/xen/fw_emul.c Tue Feb 06 09:28:07 2007 -0700 1.2 +++ b/xen/arch/ia64/xen/fw_emul.c Tue Feb 06 15:08:09 2007 -0700 1.3 @@ -625,6 +625,9 @@ xen_pal_emulator(unsigned long index, u6 1.4 if (VMX_DOMAIN(current)) 1.5 status = PAL_STATUS_SUCCESS; 1.6 break; 1.7 + case PAL_LOGICAL_TO_PHYSICAL: 1.8 + /* Optional, no need to complain about being unimplemented */ 1.9 + break; 1.10 default: 1.11 printk("xen_pal_emulator: UNIMPLEMENTED PAL CALL %lu!!!!\n", 1.12 index);