Magenheimer, Dan (HP Labs Fort Collins)
2007-Apr-18 17:49 UTC
[RFC PATCH 31/35] Add Xen grant table support
> > +#ifndef __ia64__ > > +static int map_pte_fn(pte_t *pte, struct page *pte_page, > > + unsigned long addr, void *data) > > +{ > > + unsigned long **frames = (unsigned long **)data; > > + > > + set_pte_at(&init_mm, addr, pte, pfn_pte((*frames)[0], > PAGE_KERNEL)); > > + (*frames)++; > > + return 0; > > +} > > looks to me the wrong ifdef for a file in arch/i386... please fixFYI, the grant table support is also used by non-x86 Xen architectures (currently ia64 and soon ppc) so grant table files (along with event channel files and some others) will eventually need to move out of mach-xen. The files are currently in drivers/xen/core in the Xen tree, which is not really a good place either. Suggestions? Dan
Maybe Matching Threads
- [RFC PATCH 31/35] Add Xen grant table support
- [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
- [patch V3 24/37] sched: highmem: Store local kmaps in task struct
- [patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic
- [PATCH 3/5] Fix missing pte update.patch