From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 29 08:14:11 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF51616A41B for ; Sat, 29 Dec 2007 08:14:11 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 9DE6E13C4D1 for ; Sat, 29 Dec 2007 08:14:11 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so6394498waf.3 for ; Sat, 29 Dec 2007 00:14:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=L/ejbglFnC+6uQGrFwhz6SSO7J6VQ2rLnvGbu8ngP2s=; b=Zemy4Y1iG6HCWHSHxIXRkP10kefWCVSDs2ZivENEI8v+B3WfWRf6udqtDJ12M5to0NbVBTioyDMYIysGH1fPVOGhxRZp8mn2IQsitlEP5OXx5J6uvjGg9DMpFLI7OnStHszB1pFAtuu8vvsO+zojsqlk4LS9ShWYMyLjXO2o5hE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YVtOqfsTxhJ2RtnSVHeLa0DsXVN7RreEzS+wYjUU8ICwZBKQJ3b8oyiHTebSGX5Cagx+dpQHlCixLaa1AMd4snDTxnueW0YyJKRgkKBkPNhH+7294ThUTWWzdGLXDIpl/EWgV4Rh2kR2g0t7Uxby1ohMlJ4BJLAhy1BCJWJbuM8= Received: by 10.114.191.1 with SMTP id o1mr7223400waf.66.1198916051235; Sat, 29 Dec 2007 00:14:11 -0800 (PST) Received: by 10.114.255.11 with HTTP; Sat, 29 Dec 2007 00:14:11 -0800 (PST) Message-ID: Date: Sat, 29 Dec 2007 00:14:11 -0800 From: "Kip Macy" To: "Erich Dollansky" In-Reply-To: <47760132.5040306@pacific.net.sg> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47760132.5040306@pacific.net.sg> Cc: freebsd-hackers@freebsd.org, Ivan Voras Subject: Re: Architectures with strict alignment? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2007 08:14:11 -0000 Isn't it everything except x86? -Kip On Dec 29, 2007 12:11 AM, Erich Dollansky wrote: > Hi, > > > Ivan Voras wrote: > > Hi, > > > > Which of the architectures FreeBSD supports (if any) have strict memory > > alignment requirements? (in the sense that accessing a 32-bit integer > > not aligned on a 32-bit address results in a hardware trap/exception). > > > isn't this the case with SPARC and Itanium? > > I know, they are 64 bits. > > Erich > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >