From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Wed, 12 Jan 2011 16:39:04 +0100 Subject: [U-Boot] [PATCH v4] ARM: Avoid compiler optimization for readb, writeb and friends. In-Reply-To: <1294611584-6098-1-git-send-email-wd@denx.de> References: <1293015862-3678-1-git-send-email-holler@ahsoftware.de> <1294611584-6098-1-git-send-email-wd@denx.de> Message-ID: <4D2DCB18.20409@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 09.01.2011 23:19, schrieb Wolfgang Denk: > gcc 4.5.1 seems to ignore (at least some) volatile definitions, > avoid that as done in the kernel. Have had a look at the asm generated by gcc 4.5.1, looks good. The wrong optimization in arch/arm/cpu/armv7/omap3/clock.c is gone and the writeb in drivers/mtd/nand/omap_gpmc.c doesn't have the problem as the v1-patch. Reagards, Alexander