From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 5FD15DDE20 for ; Tue, 9 Dec 2008 09:33:08 +1100 (EST) Message-ID: <493DA081.8010205@freescale.com> Date: Mon, 08 Dec 2008 16:32:33 -0600 From: Scott Wood MIME-Version: 1.0 To: Benjamin Herrenschmidt Subject: Re: [PATCH 9/9] powerpc: Add SMP support to no-hash TLB handling References: <20081208054144.503C7DDE2A@ozlabs.org> In-Reply-To: <20081208054144.503C7DDE2A@ozlabs.org> Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-dev@ozlabs.org, Kumar Gala List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > Index: linux-work/arch/powerpc/mm/tlb_nohash.c > =================================================================== > --- /dev/null 1970-01-01 00:00:00.000000000 +0000 > +++ linux-work/arch/powerpc/mm/tlb_nohash.c 2008-12-08 16:21:24.000000000 +1100 [snip] > +#include Needs to be linux/spinlock.h, or UP won't build. -Scott