Flush (prefetch) a specific sq range
void sq_flush_range(unsigned long start, unsigned int len);
start
the store queue address to start flushing from
len
the length to flush
Flushes the store queue cache from start to start + len in a linear fashion.
Paul Mundt <[email protected]>
Author.