From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [Bug #13116] Can't boot with nosmp Date: Mon, 8 Jun 2009 17:04:37 -0700 Message-ID: <20090608170437.1c2386a5@nehalam> References: <20090608091544.53a94235@nehalam> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Dan Williams , Rusty Russell Cc: "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List I did some more debugging, and the problem appears to be that booting with nosmp still leaves all the CPU's present in the cpu possible mask. So code like dma engine (or loopback device), that use alloc_percpu get broken. Not sure why all the cpu's are still showing up in the possible mask. Rusty? do you have an answer.