| commit | 1be53e084a5bd8f59850348e1066d25aa0200031 | [log] [tgz] |
|---|---|---|
| author | Michal Simek <monstr@monstr.eu> | Thu Mar 11 14:15:48 2010 +0100 |
| committer | Michal Simek <monstr@monstr.eu> | Thu Mar 11 14:15:48 2010 +0100 |
| tree | bd8c92ae855b4624872e364c1279bf4252dddeba | |
| parent | 3a0d7a4dd5b3a6545e5764735b48ab84e64af723 [diff] |
microblaze: Fix dma alloc and free coherent dma functions We have to use consistent code to be able to do coherent dma function. In consistent code is used cache inhibit page mapping. Xilinx reported that there is bug in Microblaze for WB and d-cache_always use option. Microblaze 7.30.a should be first version where is this bug removed. Signed-off-by: Michal Simek <monstr@monstr.eu>