On 06/23/2013 01:16 PM, Jayachandran C wrote:
Jayachandran C (3): MIPS: Move generated code to .text for microMIPS MIPS: mm: Use scratch for PGD when !CONFIG_MIPS_PGD_C0_CONTEXT MIPS: Move definition of SMP processor id register to header file arch/mips/include/asm/mmu_context.h | 28 ++--- arch/mips/include/asm/stackframe.h | 24 +--- arch/mips/include/asm/thread_info.h | 33 +++++- arch/mips/mm/Makefile | 2 +- arch/mips/mm/tlb-funcs.S | 37 ++++++ arch/mips/mm/tlbex.c | 224 ++++++++++++++++------------------- 6 files changed, 187 insertions(+), 161 deletions(-) create mode 100644 arch/mips/mm/tlb-funcs.S
The microMIPS kernel compiles, but fails to boot. It stops at: Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) and does not go any further. I will look at this later this evening. -Steve