From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ybbsmtp15.mail.mci.yahoo.co.jp (ybbsmtp15.mail.mci.yahoo.co.jp [210.80.241.189]) by ozlabs.org (Postfix) with SMTP id 3BBD267A6B for ; Sat, 12 Mar 2005 09:21:53 +1100 (EST) Message-ID: <423219FF.2080400@ybb.ne.jp> Date: Sat, 12 Mar 2005 07:21:51 +0900 From: Takeharu KATO MIME-Version: 1.0 To: Joerg Dorchain References: <20050303124435.GA24233@Redstar.dorchain.net> <4227153C.3030201@gmx.net> <20050303141832.GU25080@Redstar.dorchain.net> <20050304075703.GA15637@Redstar.dorchain.net> <422FD24F.4070108@jp.fujitsu.com> <20050310072803.GR4017@Redstar.dorchain.net> In-Reply-To: <20050310072803.GR4017@Redstar.dorchain.net> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org Subject: Re: boot time scheduling while atomic List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi > > I came to the same idea. This explains as well why the i386 party does > not notice the effect, as their first interrupt happen later (different > HZ value) > FYI, i386 party's kernel_thread function calls do_fork directly, however, do_fork is called via syscall trap(clone syscall) in powerpc. So, this difference may be taken place. IMHO, from this point of view, the real fix for this problem is change the way to implement kernel_thread function of PowerPC like as other architecture does. Regards, -- Takeharu KATO