commit | b67360db143448be1f6d68835c6d0cc43837667f | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Thu Sep 06 01:38:18 2007 -0700 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 16:58:51 2008 -0800 |
tree | 9619e20dd17684ae5cf1d2c845b4acdc134e86be | |
parent | 49883224f6665e2b056fc3e7325b3bba9d1ff2c4 [diff] |
[XTENSA] Flush the page-address in update-mmu instead of user-address The TLB entry for the user address doesn't exist at the time we want to flush the caches, so use the page address. Note that processor configurations with cache-aliasing issues are treated separately. Signed-off-by: Chris Zankel <chris@zankel.net>