Use commit_dcache() instead of commit_discard_idcache() where possible
commit0a8235d0525b531ba932cdbb27c9092ec58a9323
authorBoris Gjenero <boris.gjenero@gmail.com>
Sun, 5 Feb 2012 03:27:42 +0000 (4 22:27 -0500)
committerBoris Gjenero <boris.gjenero@gmail.com>
Sun, 5 Feb 2012 03:27:42 +0000 (4 22:27 -0500)
treed810b11d97cbe263deba10f4b10704132c720252
parent67dd4d6995c2bef9910e031f23aae88e07354587
Use commit_dcache() instead of commit_discard_idcache() where possible

- PCM playback DMA doesn't need the discard. Only recording DMA would
  need it.
- When creating threads for another core, the core creating the thread only
  needs to commit. The discard on the other core is handled elsewhere.

Change-Id: I864a0777e22f221a66218efd2c02ff3ad3889736
firmware/target/arm/pp/pcm-pp.c
firmware/thread.c