Re: [PATCH-V2 7/7] bsp/sparc: Flush only instruction cache

2014-07-11 Thread Daniel Cederman
On 2014-07-09 16:40, Gedare Bloom wrote: On Wed, Jul 9, 2014 at 3:02 AM, Daniel Cederman wrote: The flush instruction on LEON flushes both the data and the instruction cache. Flushing of just the instruction cache can be done by setting the "flush instruction cache" bit in the cache control r

Re: [PATCH-V2 7/7] bsp/sparc: Flush only instruction cache

2014-07-09 Thread Gedare Bloom
On Wed, Jul 9, 2014 at 3:02 AM, Daniel Cederman wrote: > The flush instruction on LEON flushes both the data and the instruction > cache. Flushing of just the instruction cache can be done by setting > the "flush instruction cache" bit in the cache control register. > --- > c/src/lib/libbsp/sparc