projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004f979
)
microblaze: cpu: Delete EXCP_NMI
author
Peter Crosthwaite
<crosthwaitepeter@gmail.com>
Sun, 26 Apr 2015 19:10:23 +0000
(12:10 -0700)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 30 Apr 2015 13:05:48 +0000
(16:05 +0300)
This define is unused. Remove.
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-microblaze/cpu.h
patch
|
blob
|
history
diff --git
a/target-microblaze/cpu.h
b/target-microblaze/cpu.h
index f21da2f205aefa1f15d09f548714bbb987a2de40..6522af753240174137a8aa6d778c1921f87e4864 100644
(file)
--- a/
target-microblaze/cpu.h
+++ b/
target-microblaze/cpu.h
@@
-36,7
+36,6
@@
typedef struct CPUMBState CPUMBState;
#define ELF_MACHINE EM_MICROBLAZE
-#define EXCP_NMI 1
#define EXCP_MMU 2
#define EXCP_IRQ 3
#define EXCP_BREAK 4