Re: [RFC 3/3] SGI Altix cross partition memory (XPMEM)

2007-08-10 Thread Andrew Morton
On Thu, 9 Aug 2007 20:14:35 -0500 Dean Nelson [EMAIL PROTECTED] wrote: This patch provides cross partition access to user memory (XPMEM) when running multiple partitions on a single SGI Altix. - Please don't send multiple patches all with the same title. - Feed the diff through

RE: [PATCH] flush icache before set_pte() on ia64 take9 [2/2] flush icache at set_pte

2007-08-10 Thread Luck, Tony
What about code-size? textdata bss dec hex filename 9499911 911620 1313065 11724596 b2e734 vmlinux-before textdata bss dec hex filename 9504047 911620 1313065 11728732 b2f75c vmlinux-after So about 4K extra. In the kernel I built

RE: [PATCH] flush icache before set_pte() on ia64 take9 [2/2] flush icache at set_pte

2007-08-10 Thread Luck, Tony
This version looks really clean. Thank for keeping working on this through 9 versions! A couple of small issues. 1) In arch/ia64/mm/init.c: __ia64_sync_icache_dcache() - if (!pte_exec(pte)) - return; /* not an executable page... */ +