diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-08-03 06:29:15 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-08-03 06:29:15 -0400 |
commit | a298049180d2c56fc8ac1796b24973bf4f019cc7 (patch) | |
tree | 14e6e65ce756768da3a7c9649297807cd919c5e4 /arch/blackfin/mach-common/ints-priority-dc.c | |
parent | a924db7c00655447c5228bd74da070c69b7cadbc (diff) |
Blackfin arch: remove unused code -- EVT0 is not controllable by software
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/mach-common/ints-priority-dc.c')
-rw-r--r-- | arch/blackfin/mach-common/ints-priority-dc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-common/ints-priority-dc.c b/arch/blackfin/mach-common/ints-priority-dc.c index d5d9e57813dd..684d306ab6bb 100644 --- a/arch/blackfin/mach-common/ints-priority-dc.c +++ b/arch/blackfin/mach-common/ints-priority-dc.c | |||
@@ -362,9 +362,6 @@ void __init init_exception_vectors(void) | |||
362 | { | 362 | { |
363 | SSYNC(); | 363 | SSYNC(); |
364 | 364 | ||
365 | #ifndef CONFIG_KGDB | ||
366 | bfin_write_EVT0(evt_emulation); | ||
367 | #endif | ||
368 | bfin_write_EVT2(evt_evt2); | 365 | bfin_write_EVT2(evt_evt2); |
369 | bfin_write_EVT3(trap); | 366 | bfin_write_EVT3(trap); |
370 | bfin_write_EVT5(evt_ivhw); | 367 | bfin_write_EVT5(evt_ivhw); |