From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by ozlabs.org (Postfix) with ESMTP id 489B567B7D for ; Thu, 30 Jun 2005 02:46:06 +1000 (EST) Received: by rproxy.gmail.com with SMTP id b11so2070227rne for ; Wed, 29 Jun 2005 09:46:05 -0700 (PDT) Message-ID: Date: Wed, 29 Jun 2005 09:39:55 -0700 From: Chunlei Dong To: linux-ppc-embedded Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Subject: /sbin/init is not beeing scheduled to run Reply-To: Chunlei Dong List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi,=20 I am trying to boot the linux 2.6.11.5 in high memory, that means the phys memory does not start from 0, but 0x04000000, on ppc440gp ebony board. I changed the TLB setting and register settings for bdinfo, cmdline. Now it seems ok to run to the end of the process 0. After the start_thread() in load_elf_binary(), which loaded the "/sbin/init", the cpu becomes idle state, the /sbin/init process(the process 1) is never been scheduled to run. Anybody encountered this problem or give a hint? Best regards - Charlie