commit | 745e27ec94b09233a16564b3cba5536c08f7727b | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Apr 20 11:09:05 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 28 01:02:04 2009 +0200 |
tree | 905330a238ff670819704b223aa36255b4f358b4 | |
parent | 21d2cd23573d2fd2264b064bd444fc163e677345 [diff] |
Replace __asm references with __asm__ __asm__ follows gcc's documented syntax and is generally more common than __asm. This change is only asthetic and should not affect functionality. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>