aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/cpu.h
diff options
context:
space:
mode:
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>2015-04-26 12:10:23 -0700
committerMichael Tokarev <mjt@tls.msk.ru>2015-04-30 16:05:48 +0300
commit059ec9aa34fd3c5bfe65141741c671b3e80ac6e7 (patch)
treed47f0a7070eb0338f61acdda417dcf1efff7870e /target-microblaze/cpu.h
parent004f979fbb83397349c9158946ec5d4f0036632b (diff)
microblaze: cpu: Delete EXCP_NMI
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>
Diffstat (limited to 'target-microblaze/cpu.h')
-rw-r--r--target-microblaze/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h
index f21da2f205..6522af7532 100644
--- 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