]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-xtensa: add definition for XTHAL_INTTYPE_PROFILING
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 15 Feb 2014 15:16:33 +0000 (19:16 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Sun, 2 Nov 2014 21:51:43 +0000 (00:51 +0300)
There's new interrupt type in the recent Xtensa releases that may appear
in configuration overlay. Add definition so that new cores that use it
could be automatically imported.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/cpu.h
target-xtensa/overlay_tool.h

index 9cf52758c7c812b813295efa649970ea170b081a..beb5486fc7499814af762de06eb224654a47c282 100644 (file)
@@ -266,6 +266,7 @@ typedef enum {
     INTTYPE_TIMER,
     INTTYPE_DEBUG,
     INTTYPE_WRITE_ERR,
+    INTTYPE_PROFILING,
     INTTYPE_MAX
 } interrupt_type;
 
index 4c0de7f06a5011f16f87905f7a5085ff5d4ccf03..5a1353e5457fa787e21957d5868feb28ff749d57 100644 (file)
 #define XTHAL_INTTYPE_TBD1 INTTYPE_DEBUG
 #define XTHAL_INTTYPE_TBD2 INTTYPE_WRITE_ERR
 #define XTHAL_INTTYPE_WRITE_ERROR INTTYPE_WRITE_ERR
+#define XTHAL_INTTYPE_PROFILING INTTYPE_PROFILING
 
 
 #define INTERRUPT(i) { \