commit | 38d4b7872401689aa76cbf374e356dbec4d0dc04 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Aug 15 16:30:22 2023 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Aug 26 16:50:40 2023 -0400 |
tree | bed312e6d938fb93c50e921c3ac6bd2c630cb004 | |
parent | 3d63e2060edfc65f12e1542dc3b16f0be1d26b16 [diff] |
xtensa: mmu: remove printing vaddr registers during exception Turns out not all MMU enabled Xtensa cores have vaddrstatus, vaddr0 and vaddr1. And there does not seem to be a way to determine whether they are available. So remove them from the exception printout for now. Signed-off-by: Daniel Leung <daniel.leung@intel.com>