commit | f0a34615add3912bf8f5354c02998aa506f4d15b | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Nov 18 11:05:52 2013 +0400 |
committer | Chris Zankel <chris@zankel.net> | Tue Jan 14 10:19:47 2014 -0800 |
tree | b5642c1c5a9e9d9f228edb352c41ab8dc42fd305 | |
parent | 802eee95bde72fd0cd0f3a5b2098375a487d1eda [diff] |
xtensa: clean up include/asm/vectors.h - drop unused PHYSICAL_MEMORY_ADDRESS and XC_PADDR - fix NMI_VECTOR_VADDR and INTLEVEL7_VECTOR_VADDR definitions: there should be no XCHAL_ prefix in them; - fix the following warning seen with gcc-4.8.1: arch/xtensa/include/asm/vectors.h:71:5: warning: "XCHAL_HAVE_VECBASE" is not defined [-Wundef] Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>