From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261244AbVGBR4k (ORCPT ); Sat, 2 Jul 2005 13:56:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261247AbVGBR4k (ORCPT ); Sat, 2 Jul 2005 13:56:40 -0400 Received: from [85.8.12.41] ([85.8.12.41]:5564 "EHLO smtp.drzeus.cx") by vger.kernel.org with ESMTP id S261244AbVGBR4h (ORCPT ); Sat, 2 Jul 2005 13:56:37 -0400 Message-ID: <42C6D3D5.6070909@drzeus.cx> Date: Sat, 02 Jul 2005 19:50:13 +0200 From: Pierre Ossman User-Agent: Mozilla Thunderbird 1.0.2-7 (X11/20050623) X-Accept-Language: en-us, en Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=_hermes.drzeus.cx-7633-1120326994-0001-2" To: Andi Kleen CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ISA DMA suspend for x86_64 References: <42A2B610.1020408@drzeus.cx.suse.lists.linux.kernel> <42A3061C.7010604@drzeus.cx.suse.lists.linux.kernel> <42B1A08B.8080601@drzeus.cx.suse.lists.linux.kernel> <20050616170622.A1712@flint.arm.linux.org.uk.suse.lists.linux.kernel> <42C3A698.9020404@drzeus.cx.suse.lists.linux.kernel> <1120130926.6482.83.camel@localhost.localdomain.suse.lists.linux.kernel> <42C3E3A4.3090305@drzeus.cx.suse.lists.linux.kernel> <42C432BB.407@drzeus.cx.suse.lists.linux.kernel> <42C6CF40.4040308@drzeus.cx> <20050702174055.GI21330@wotan.suse.de> In-Reply-To: <20050702174055.GI21330@wotan.suse.de> X-Enigmail-Version: 0.90.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_hermes.drzeus.cx-7633-1120326994-0001-2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Andi Kleen wrote: > >I think that will break in builds with separate objdirs. You'll need >to do it like the other files (see the end of the Makefile) > > > Like this? Rgds Pierre --=_hermes.drzeus.cx-7633-1120326994-0001-2 Content-Type: text/x-patch; name="i8237-x86_64.patch"; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="i8237-x86_64.patch" Index: linux-wbsd/arch/x86_64/kernel/Makefile =================================================================== --- linux-wbsd/arch/x86_64/kernel/Makefile (revision 153) +++ linux-wbsd/arch/x86_64/kernel/Makefile (working copy) @@ -44,3 +45,4 @@ microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o intel_cacheinfo-y += ../../i386/kernel/cpu/intel_cacheinfo.o quirks-y += ../../i386/kernel/quirks.o +i8237-y += ../../i386/kernel/i8237.o --=_hermes.drzeus.cx-7633-1120326994-0001-2--