Re: [-mm patch] make arch/i386/xen/mmu.c:xen_pgd_pin() static

2007-07-05 Thread Jeremy Fitzhardinge
Adrian Bunk wrote: xen_pgd_pin() can become static. Hold off on that for now. I have some local patches which add other xen/ files which use it. J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

[-mm patch] make arch/i386/xen/mmu.c:xen_pgd_pin() static

2007-07-05 Thread Adrian Bunk
xen_pgd_pin() can become static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/i386/xen/mmu.c |2 +- arch/i386/xen/mmu.h |3 --- 2 files changed, 1 insertion(+), 4 deletions(-) --- linux-2.6.22-rc6-mm1/arch/i386/xen/mmu.h.old2007-07-04 20:42:44.0 +0200 +++ li