From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhTRj-0004Uv-0T for qemu-devel@nongnu.org; Tue, 16 Feb 2010 14:50:59 -0500 Received: from [199.232.76.173] (port=55593 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhTRh-0004U3-PB for qemu-devel@nongnu.org; Tue, 16 Feb 2010 14:50:57 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NhTRh-0004qj-2X for qemu-devel@nongnu.org; Tue, 16 Feb 2010 14:50:57 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:40265) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NhTRg-0004qZ-Ok for qemu-devel@nongnu.org; Tue, 16 Feb 2010 14:50:56 -0500 Received: by fxm22 with SMTP id 22so6679565fxm.16 for ; Tue, 16 Feb 2010 11:50:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4B7AF719.6020402@redhat.com> Date: Tue, 16 Feb 2010 20:50:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20100214201056.GA97858@triton8.kn-bremen.de> <20100214201209.GA97896@triton8.kn-bremen.de> <20100215224004.GA29604@triton8.kn-bremen.de> <20100216175624.GA75327@triton8.kn-bremen.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/3] Add FreeBSD/ppc host ppc_init_cacheline_sizes() implementation. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Juergen Lock , qemu-devel@nongnu.org >> Nope, not found on FreeBSD. (Also I would kinda doubt that sysctl is >> standardized?) > > _CALL_SYSV means that calling convention is SysV one, nothing to do with > sysctl, and i wanted you/patch author to run it on FreeBSD/PPC... Yes, one of _CALL_SYSV, _CALL_AIX, _CALL_DARWIN is always defined by GCC on PPC. Don't know about other compilers. Paolo