Skip to content
Snippets Groups Projects
Commit f5a24259 authored by Wheatley Travis's avatar Wheatley Travis Committed by Wolfgang Denk
Browse files

7450 and 86xx L2 cache invalidate bug corrections


The 7610 and related parts have an L2IP bit in the L2CR that is
monitored to signal when the L2 cache invalidate is complete whereas the
7450 and related parts utilize L2I for this purpose. However, the
current code does not account for this difference. Additionally the 86xx
L2 cache invalidate code used an "andi" instruction where an "andis"
instruction should have been used.

This patch addresses both of these bugs.

Signed-off-by: default avatarTravis Wheatley <travis.wheatley@freescale.com>
Acked-By: default avatarJon Loeliger <jdl@freescale.com>
parent 4d31cdc4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment