From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR9ud-0000br-23 for qemu-devel@nongnu.org; Mon, 30 May 2011 17:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QR9ub-00061p-WD for qemu-devel@nongnu.org; Mon, 30 May 2011 17:22:11 -0400 Received: from speedy.comstyle.com ([206.51.28.2]:17897 helo=mail.comstyle.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR9ub-00061l-RT for qemu-devel@nongnu.org; Mon, 30 May 2011 17:22:09 -0400 Message-ID: <4DE40A7E.2070000@comstyle.com> Date: Mon, 30 May 2011 17:22:06 -0400 From: Brad MIME-Version: 1.0 References: <20110526030600.GB4978@rox.home.comstyle.com> <4DE405C5.4030604@comstyle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org On 30/05/11 5:16 PM, Andreas F=E4rber wrote: > Am 30.05.2011 um 23:01 schrieb Brad: > >> On 25/05/11 11:06 PM, Brad wrote: >>> Use the correct header in the TCG MIPS code to find cacheflush() on >>> OpenBSD >>> to fix compilation of the MIPS host support for OpenBSD/mips64 based >>> architecures. >> >> ping. >> >>> Signed-off-by: Brad Smith >>> >>> --- >>> tcg/mips/tcg-target.h | 4 ++++ >>> 1 files changed, 4 insertions(+), 0 deletions(-) >>> >>> diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h >>> index 0028bfa..8cb7d88 100644 >>> --- a/tcg/mips/tcg-target.h >>> +++ b/tcg/mips/tcg-target.h >>> @@ -102,7 +102,11 @@ enum { >>> /* guest base is supported */ >>> #define TCG_TARGET_HAS_GUEST_BASE >>> >>> +#ifdef __OpenBSD__ >>> +#include > > Usually we have a space in there. Bad example below. ;) In the original diff as it came across the mailing list even there is a space. --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.