Remove __XSCALE__ checks from the arm code
XScale support was removed over 2 years ago, remove the last __XSCALE__ checks from the arm MD code. Sponsored by: Innovate UK
This commit is contained in:
parent
853fd7a2e3
commit
d765b21138
@ -63,9 +63,6 @@ dumpsys_wbinv_all(void)
|
||||
* part of stopping.
|
||||
*/
|
||||
dcache_wbinv_poc_all();
|
||||
#ifdef __XSCALE__
|
||||
xscale_cache_clean_minidata();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -236,10 +236,6 @@ END(exception_exit)
|
||||
* on exit (without transitioning back through the abort mode stack).
|
||||
*/
|
||||
ASENTRY_NP(prefetch_abort_entry)
|
||||
#ifdef __XSCALE__
|
||||
nop /* Make absolutely sure any pending */
|
||||
nop /* imprecise aborts have occurred. */
|
||||
#endif
|
||||
sub lr, lr, #4 /* Adjust the lr. Transition to scv32 */
|
||||
PUSHFRAMEINSVC /* mode stack, build trapframe there. */
|
||||
adr lr, exception_exit /* Return from handler via standard */
|
||||
@ -256,10 +252,6 @@ END(prefetch_abort_entry)
|
||||
* on exit (without transitioning back through the abort mode stack).
|
||||
*/
|
||||
ASENTRY_NP(data_abort_entry)
|
||||
#ifdef __XSCALE__
|
||||
nop /* Make absolutely sure any pending */
|
||||
nop /* imprecise aborts have occurred. */
|
||||
#endif
|
||||
sub lr, lr, #8 /* Adjust the lr. Transition to scv32 */
|
||||
PUSHFRAMEINSVC /* mode stack, build trapframe there. */
|
||||
adr lr, exception_exit /* Exception exit routine */
|
||||
|
Loading…
Reference in New Issue
Block a user