commit | 82fd1f8da9add2d74532cf78d224485f0042d00d | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Mar 19 02:53:01 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Tue Jan 05 13:49:02 2010 -0600 |
tree | 40c31ab6b1538c54882294ad7f2752ca60097910 | |
parent | 6ca9da4d42aeb43df5ef29f7d0518009df583b2f [diff] |
85xx: Add support for e500mc cache stashing The e500mc core supports the ability to stash into the L1 or L2 cache, however we need to uniquely identify the caches with an id. We use the following equation to set the various stash-ids: 32 + coreID*2 + 0(L1) or 1(L2) The 0 (for L1) or 1 (for L2) matches the CT field used be various cache control instructions. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>