|
new dummy physdev routines to accomodate changes to common files: msg#00392emulators.xen.cvs
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 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | name change for arch interface from common/domain.c: 00392, BitKeeper Bot |
|---|---|
| Next by Date: | Merge http://xen-ia64.bkbits.net/xeno-unstable-ia64.bk: 00392, BitKeeper Bot |
| Previous by Thread: | name change for arch interface from common/domain.ci: 00392, BitKeeper Bot |
| Next by Thread: | xensetup.c, domain.c, config.h, hypercall.c:: 00392, BitKeeper Bot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |