Re: [PATCH 3/6] powerpc/ps3: Write highmem info to repository

2015-01-13 Thread Geoff Levand
Hi Michael, On Tue, 2015-01-13 at 14:04 +1100, Michael Ellerman wrote: On Tue, 2015-01-13 at 01:00 +, Geoff Levand wrote: Add calls to the ps3_mm_set_repository_highmem() routine when the ps3 r1 highmem region is either created or destroyed. What does this actually do? ie. from a user

[PATCH 3/6] powerpc/ps3: Write highmem info to repository

2015-01-12 Thread Geoff Levand
Add calls to the ps3_mm_set_repository_highmem() routine when the ps3 r1 highmem region is either created or destroyed. Signed-off-by: Geoff Levand ge...@infradead.org --- arch/powerpc/platforms/ps3/mm.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 3/6] powerpc/ps3: Write highmem info to repository

2015-01-12 Thread Michael Ellerman
On Tue, 2015-01-13 at 01:00 +, Geoff Levand wrote: Add calls to the ps3_mm_set_repository_highmem() routine when the ps3 r1 highmem region is either created or destroyed. What does this actually do? ie. from a user perspective. cheers ___