From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR9xN-0001Py-7b for qemu-devel@nongnu.org; Mon, 30 May 2011 17:25:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QR9xM-0006TB-7v for qemu-devel@nongnu.org; Mon, 30 May 2011 17:25:01 -0400 Received: from speedy.comstyle.com ([206.51.28.2]:10909 helo=mail.comstyle.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR9xM-0006T5-3u for qemu-devel@nongnu.org; Mon, 30 May 2011 17:25:00 -0400 Message-ID: <4DE40B29.1030009@comstyle.com> Date: Mon, 30 May 2011 17:24:57 -0400 From: Brad MIME-Version: 1.0 References: <20110526030600.GB4978@rox.home.comstyle.com> <4DE405C5.4030604@comstyle.com> <4DE40A7E.2070000@comstyle.com> In-Reply-To: <4DE40A7E.2070000@comstyle.com> 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:22 PM, Brad wrote: > 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. Looks like a case of stupid ThunderBird mangling the e-mail content upon replying. I didn't send the diff with ThunderBird. --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.