Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148583
b: refs/heads/master
c: 685a694
h: refs/heads/master
i:
  148581: dbab2a2
  148579: 6841100
  148575: 9b2e52e
v: v3
  • Loading branch information
Mike Frysinger committed Jun 12, 2009
1 parent f095f4c commit 88ef39c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1db88d2a7f1c92284e64f5dbb5c7a316a22576d
refs/heads/master: 685a694f0653b7db49f663b2cd6953695214fb30
16 changes: 3 additions & 13 deletions trunk/arch/blackfin/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,25 +178,15 @@ int __init setup_early_printk(char *buf)

asmlinkage void __init init_early_exception_vectors(void)
{
u32 evt;
SSYNC();

/* cannot program in software:
* evt0 - emulation (jtag)
* evt1 - reset
*/
bfin_write_EVT2(early_trap);
bfin_write_EVT3(early_trap);
bfin_write_EVT5(early_trap);
bfin_write_EVT6(early_trap);
bfin_write_EVT7(early_trap);
bfin_write_EVT8(early_trap);
bfin_write_EVT9(early_trap);
bfin_write_EVT10(early_trap);
bfin_write_EVT11(early_trap);
bfin_write_EVT12(early_trap);
bfin_write_EVT13(early_trap);
bfin_write_EVT14(early_trap);
bfin_write_EVT15(early_trap);
for (evt = EVT2; evt <= EVT15; evt += 4)
bfin_write32(evt, early_trap);
CSYNC();

/* Set all the return from interrupt, exception, NMI to a known place
Expand Down

0 comments on commit 88ef39c

Please sign in to comment.