[U-Boot] [PATCH v4] ARM: Avoid compiler optimization for readb, writeb and friends.

Alexander Holler holler at ahsoftware.de
Wed Jan 12 16:39:04 CET 2011


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


More information about the U-Boot mailing list