From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 27 Jun 2013 01:32:04 +0200 (CEST) Received: from multi.imgtec.com ([194.200.65.239]:37159 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6827473Ab3FZXcAvnN3s (ORCPT ); Thu, 27 Jun 2013 01:32:00 +0200 Message-ID: <51CB79BB.9090905@imgtec.com> Date: Wed, 26 Jun 2013 18:31:07 -0500 From: "Steven J. Hill" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jayachandran C CC: , Subject: Re: [PATCH 0/3] Use scratch registers when MIPS_PGD_C0_CONTEXT is not set References: <1372011381-18600-1-git-send-email-jchandra@broadcom.com> In-Reply-To: <1372011381-18600-1-git-send-email-jchandra@broadcom.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.159.62] X-SEF-Processed: 7_3_0_01192__2013_06_27_00_31_54 Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37156 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: Steven.Hill@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from multi.imgtec.com ([194.200.65.239]:37159 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6827473Ab3FZXcAvnN3s (ORCPT ); Thu, 27 Jun 2013 01:32:00 +0200 Message-ID: <51CB79BB.9090905@imgtec.com> Date: Wed, 26 Jun 2013 18:31:07 -0500 From: "Steven J. Hill" MIME-Version: 1.0 Subject: Re: [PATCH 0/3] Use scratch registers when MIPS_PGD_C0_CONTEXT is not set References: <1372011381-18600-1-git-send-email-jchandra@broadcom.com> In-Reply-To: <1372011381-18600-1-git-send-email-jchandra@broadcom.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Jayachandran C Cc: ralf@linux-mips.org, linux-mips@linux-mips.org Message-ID: <20130626233107.qTEVc64_9fzE7rRUbes9MHBg1AwiD0Gf6PtKAWlJSSw@z> 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