Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262655AbTK1QkL (ORCPT ); Fri, 28 Nov 2003 11:40:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262674AbTK1QkL (ORCPT ); Fri, 28 Nov 2003 11:40:11 -0500 Received: from 200-184-71-82.chies.com.br ([200.184.71.82]:28058 "EHLO mars.elipse.com.br") by vger.kernel.org with ESMTP id S262655AbTK1QkI (ORCPT ); Fri, 28 Nov 2003 11:40:08 -0500 Message-ID: <3FC77A59.2090705@elipse.com.br> Date: Fri, 28 Nov 2003 14:39:53 -0200 From: Felipe W Damasio User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lista da disciplina de Sistemas Operacionais III CC: Ricardo Nabinger Sanchez , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [SisopIII-l] Re: [PATCH] fix #endif misplacement References: <20031128141927.5ff1f35a.rnsanchez@terra.com.br> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Nov 2003 16:41:24.0281 (UTC) FILETIME=[75EC3290:01C3B5CE] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 679 Lines: 25 Hi Tim, Tim Schmielau wrote: > No, this is exactly what is intended: don't use the TSC on NUMA, use > jiffies instead. The patch didn't hurt this. > Look at the comment just above those lines. The patch doesn't uses jiffies indiscriminately: Only if we're on a NUMA system with !use_tsc. Otherwise (on x86 SMP, for example) we use rdtsc...which seems The Right Thing(tm). Hece move the #endif a bit down. Cheers Felipe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/