commit | 35139606c3b653512c93879c0ddc4cff2cbbe7e7 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Sun Dec 02 17:06:22 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun Feb 03 14:44:02 2013 +0100 |
tree | c3c628758ecae8c5ae3b6960b95aa63f899a96bc | |
parent | aa47030e6f5fb4b081734d3d1af872bebb16c084 [diff] |
ARM: highbank: use wfi macro instead of inline asm Older compilers don't recognize v7 wfi instruction, so use wfi macro to fix builds on old compilers. Signed-off-by: Rob Herring <rob.herring@calxeda.com>