[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] new dummy physdev routines to accomodate changes to common files
ChangeSet 1.1363, 2005/03/24 16:56:08-07:00, djm@xxxxxxxxxxxxxxxxxx new dummy physdev routines to accomodate changes to common files xenmisc.c | 13 +++++++++++++ 1 files changed, 13 insertions(+) diff -Nru a/xen/arch/ia64/xenmisc.c b/xen/arch/ia64/xenmisc.c --- a/xen/arch/ia64/xenmisc.c 2005-03-25 19:05:44 -05:00 +++ b/xen/arch/ia64/xenmisc.c 2005-03-25 19:05:44 -05:00 @@ -213,6 +213,19 @@ return -EINVAL; } +void physdev_modify_ioport_access_range(struct domain *d, int enable, + int port, int num) +{ + printk("physdev_modify_ioport_access_range not implemented\n"); + dummy(); +} + +void physdev_destroy_state(struct domain *d) +{ + printk("physdev_destroy_state not implemented\n"); + dummy(); +} + // accomodate linux extable.c //const struct exception_table_entry * void *search_module_extables(unsigned long addr) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |