From owner-freebsd-ppc@FreeBSD.ORG Thu Aug 3 18:29:44 2006 Return-Path: X-Original-To: freebsd-ppc@FreeBSD.org Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15FF16A4DF for ; Thu, 3 Aug 2006 18:29:44 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE9543D68 for ; Thu, 3 Aug 2006 18:29:43 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k73ITfGv046051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 3 Aug 2006 11:29:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44D24075.4060607@FreeBSD.org> Date: Thu, 03 Aug 2006 11:29:09 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-ppc@FreeBSD.org References: <44D23F02.9020709@FreeBSD.org> In-Reply-To: <44D23F02.9020709@FreeBSD.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Unaligned 64-bits access on FreeBSD/powerpc X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 18:29:44 -0000 Maxim Sobolev wrote: > Hi, > > I came over a problem that unaligned 64-bits access to a memory (via > uint8_t or long long pointer) causes SIGBUS. Is it expected behavior or ^^^^^^^ uint64_t I mean. -Maxim > not? > > -Maxim >