From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gretel.pobox.com (gretel.pobox.com [208.58.1.197]) by ozlabs.org (Postfix) with ESMTP id 7685F67B26 for ; Wed, 24 May 2006 09:03:46 +1000 (EST) Received: from rune.pobox.com (rune.pobox.com [208.210.124.79]) by gretel.pobox.com (Postfix) with ESMTP id C4FAE2A30584 for ; Tue, 23 May 2006 18:51:47 -0400 (EDT) Date: Tue, 23 May 2006 17:51:13 -0500 From: Nathan Lynch To: Giuliano Pochini Subject: Re: CPU 1 refused to die! Message-ID: <20060523225113.GD11414@localdomain> References: <20060523235819.473e4149.pochini@shiny.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20060523235819.473e4149.pochini@shiny.it> Cc: LinuxPPC-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Giuliano Pochini wrote: > > I booted with maxcpus=1, then I enabled the 2nd cpu > with echo 1 > /sys/devices/system/cpu/cpu1/online So onlining at runtime seems to work. Did you verify that tasks get run on the 2nd cpu after you online it? Any other strange messages in dmesg? > I can't disable it anymore. dmesg says "CPU 1 refused to die!". But offlining doesn't. Can you online and offline cpus if you boot without maxcpus=1?