[PATCH v2 2/3] powerpc/8xx: Move additional DTLBMiss handlers out of exception area

2016-09-16 Thread Christophe Leroy
When all options are activated, there is not enough space for the DTLBMiss handlers that handles IMMR area and linear RAM pages in the exception area once we have added hugepage handling. So lets move them after .0x2000 Signed-off-by: Christophe Leroy ---

[PATCH v2 2/3] powerpc/8xx: Move additional DTLBMiss handlers out of exception area

2016-09-16 Thread Christophe Leroy
When all options are activated, there is not enough space for the DTLBMiss handlers that handles IMMR area and linear RAM pages in the exception area once we have added hugepage handling. So lets move them after .0x2000 Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/head_8xx.S | 84