Re: [PATCH 1/7] PowerPC64: Not to insert EA=0 entry at initializing SLB

2007-09-26 Thread Arnd Bergmann
On Wednesday 26 September 2007, Ishizaki Kou wrote: > This is a workaround NOT to insert EA=0 entry at initializing SLB. > Without this patch, you can see /sbin/init hanging at a machine > which has less or equal than 256MB memory. Can you elaborate? I don't understand why /sbin/init will hang bec

[PATCH 1/7] PowerPC64: Not to insert EA=0 entry at initializing SLB

2007-09-25 Thread Ishizaki Kou
This is a workaround NOT to insert EA=0 entry at initializing SLB. Without this patch, you can see /sbin/init hanging at a machine which has less or equal than 256MB memory. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- Index: linux-powerpc-git/arch/powerpc/kernel/setup_64.c ===