diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-03-19 02:53:01 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-01-05 13:49:02 -0600 |
commit | 82fd1f8da9add2d74532cf78d224485f0042d00d (patch) | |
tree | 40c31ab6b1538c54882294ad7f2752ca60097910 /cpu/at32ap/interrupts.c | |
parent | 6ca9da4d42aeb43df5ef29f7d0518009df583b2f (diff) | |
download | u-boot-imx-82fd1f8da9add2d74532cf78d224485f0042d00d.zip u-boot-imx-82fd1f8da9add2d74532cf78d224485f0042d00d.tar.gz u-boot-imx-82fd1f8da9add2d74532cf78d224485f0042d00d.tar.bz2 |
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>
Diffstat (limited to 'cpu/at32ap/interrupts.c')
0 files changed, 0 insertions, 0 deletions