search for: 2ef31ae

Displaying 2 results from an estimated 2 matches for "2ef31ae".

2008 Jun 19
0
[PATCH] ia64/xen: implement the arch specific part of xencomm.
...is modified. */ + page = follow_page(vma, vaddr, FOLL_WRITE | FOLL_TOUCH); + if (!page) + return ~0UL; + + return (page_to_pfn(page) << PAGE_SHIFT) | (vaddr & ~PAGE_MASK); +} diff --git a/include/asm-ia64/xen/xencomm.h b/include/asm-ia64/xen/xencomm.h new file mode 100644 index 0000000..2ef31ae --- /dev/null +++ b/include/asm-ia64/xen/xencomm.h @@ -0,0 +1,43 @@ +/* + * Copyright (C) 2006 Hollis Blanchard <hollisb at us.ibm.com>, IBM Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as pub...
2008 Jun 19
0
[PATCH] ia64/xen: implement the arch specific part of xencomm.
...is modified. */ + page = follow_page(vma, vaddr, FOLL_WRITE | FOLL_TOUCH); + if (!page) + return ~0UL; + + return (page_to_pfn(page) << PAGE_SHIFT) | (vaddr & ~PAGE_MASK); +} diff --git a/include/asm-ia64/xen/xencomm.h b/include/asm-ia64/xen/xencomm.h new file mode 100644 index 0000000..2ef31ae --- /dev/null +++ b/include/asm-ia64/xen/xencomm.h @@ -0,0 +1,43 @@ +/* + * Copyright (C) 2006 Hollis Blanchard <hollisb at us.ibm.com>, IBM Corporation + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as pub...