commit | bb828f98bba9a8e9bf9b0a3598a86f56dbdd81b6 | [log] [tgz] |
---|---|---|
author | Emilian Medve <Emilian.Medve@freescale.com> | Tue Jan 30 16:14:50 2007 -0600 |
committer | Kim Phillips <kim.phillips@freescale.com> | Fri Mar 02 11:05:53 2007 -0600 |
tree | 3934bc93d648d0a48a5ced4037ba2d2a994b0db6 | |
parent | b7870e7ae47a4f3ed48ae19ebe9543ebaaf92374 [diff] |
mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC The problem is not gcc4 but the code itself. The BD_STATUS() macro can't be used for busy-waiting since it strips the 'volatile' property from the bd variable. gcc3 was working by pure luck. This is a follow on patch to "Fix the UEC driver bug of QE"