From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR9b8-0004ax-PY for qemu-devel@nongnu.org; Mon, 30 May 2011 17:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QR9b7-00034g-IO for qemu-devel@nongnu.org; Mon, 30 May 2011 17:02:02 -0400 Received: from speedy.comstyle.com ([206.51.28.2]:32009 helo=mail.comstyle.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QR9b7-00034b-CH for qemu-devel@nongnu.org; Mon, 30 May 2011 17:02:01 -0400 Received: from users-mac-pro.local (ram.home.comstyle.com [IPv6:2001:470:b01e:3:214:51ff:fe67:4efb]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 9B42098503 for ; Mon, 30 May 2011 17:01:57 -0400 (EDT) Message-ID: <4DE405C5.4030604@comstyle.com> Date: Mon, 30 May 2011 17:01:57 -0400 From: Brad MIME-Version: 1.0 References: <20110526030600.GB4978@rox.home.comstyle.com> In-Reply-To: <20110526030600.GB4978@rox.home.comstyle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: qemu-devel@nongnu.org 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 > +#else > #include > +#endif > > static inline void flush_icache_range(unsigned long start, unsigned long stop) > { -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.