From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267743AbUHUUGa (ORCPT ); Sat, 21 Aug 2004 16:06:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267744AbUHUUGa (ORCPT ); Sat, 21 Aug 2004 16:06:30 -0400 Received: from omx2-ext.SGI.COM ([192.48.171.19]:32941 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S267743AbUHUUG2 (ORCPT ); Sat, 21 Aug 2004 16:06:28 -0400 From: Jesse Barnes To: Nick Piggin Subject: Re: 2.6.8.1-mm3 Date: Sat, 21 Aug 2004 16:05:50 -0400 User-Agent: KMail/1.6.2 Cc: Andrew Morton , linux-kernel@vger.kernel.org, John Hawkes References: <20040820031919.413d0a95.akpm@osdl.org> <200408201144.49522.jbarnes@engr.sgi.com> <4126A4DC.1050103@yahoo.com.au> In-Reply-To: <4126A4DC.1050103@yahoo.com.au> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408211605.50975.jbarnes@engr.sgi.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Friday, August 20, 2004 9:26 pm, Nick Piggin wrote: > Jesse Barnes wrote: > > On Friday, August 20, 2004 6:19 am, Andrew Morton wrote: > >>- This is (very) lightly tested. Mainly a resync with various parties. > > > > Woo-hoo! This boots *without changes* on a 512p Altix! Now to re-run > > the profiles and try wli's new per-cpu profiling buffers. > > What changes were needed to achieve this previously? The arch specific SD_NODE_INIT was the missing piece from previous -mm releases. Now that it's there, things seem to work. I still have to poke around to see if there are places where we're trying to scan across all CPUs looking for busy ones and *then* checking to see if they're in a domain. John said he'd take a closer look. Jesse