From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 16 Oct 2008 23:00:30 -0700 Subject: [U-Boot] [PATCH 01/10] Fix IP alignement problem In-Reply-To: <1a3c22a3893f855cd856307451a9c8da733d668d.1223643536.git.olavmrk@gmail.com> References: <1a3c22a3893f855cd856307451a9c8da733d668d.1223643536.git.olavmrk@gmail.com> Message-ID: <48F829FE.5080505@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Olav Morken wrote: > This patch removes volatile from: > volatile IP_t *ip = (IP_t *)xip; > > Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when > using volatile, which causes an exception since xip isn't aligned on a word > boundary. > Applied to net/testing. regards, Ben