xtensa: Don't re-register ECC parity handler.

ECC parity handler already defined in ROM so no need to re-register.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2018-02-21 17:22:18 +00:00
parent a7f853d894
commit 40664b3f7b
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ unpackdone:
// code memory, thus forcing memory error vector to be shared given // code memory, thus forcing memory error vector to be shared given
// it is not VECBASE relative) to have the same memory error vector, // it is not VECBASE relative) to have the same memory error vector,
// yet each have their own handler and associated data save area. // yet each have their own handler and associated data save area.
#if XCHAL_HAVE_MEM_ECC_PARITY #if XCHAL_HAVE_MEM_ECC_PARITY_IGNORE
movi a4, _MemErrorHandler movi a4, _MemErrorHandler
wsr a4, MESAVE wsr a4, MESAVE
#endif #endif