Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36272
b: refs/heads/master
c: a328ff9
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent 4ec87b1 commit 452785e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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: 848dd265947c976b6340027088c090ff7f0a0b8b
refs/heads/master: a328ff9a7e3109919f59ce1903a31f8b2e6339e5
2 changes: 2 additions & 0 deletions trunk/arch/sh/boards/se/73180/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <linux/init.h>
#include <asm/machvec.h>
#include <asm/se73180.h>
#include <asm/irq.h>

void heartbeat_73180se(void);
void init_73180se_IRQ(void);
Expand Down Expand Up @@ -50,6 +51,7 @@ struct sh_machine_vector mv_73180se __initmv = {
.mv_outsl = sh73180se_outsl,

.mv_init_irq = init_73180se_IRQ,
.mv_irq_demux = shmse_irq_demux,
#ifdef CONFIG_HEARTBEAT
.mv_heartbeat = heartbeat_73180se,
#endif
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/configs/se73180_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ CONFIG_SH_73180_SOLUTION_ENGINE=y
# CONFIG_SH_SECUREEDGE5410 is not set
# CONFIG_SH_HS7751RVOIP is not set
# CONFIG_SH_RTS7751R2D is not set
# CONFIG_SH_R7780RP is not set
# CONFIG_SH_EDOSK7705 is not set
# CONFIG_SH_SH4202_MICRODEV is not set
# CONFIG_SH_UNKNOWN is not set
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ config CPU_SH4
config CPU_SH4A
bool
select CPU_SH4
select CPU_HAS_INTC2_IRQ

config CPU_SUBTYPE_ST40
bool
Expand Down Expand Up @@ -144,6 +143,7 @@ config CPU_SUBTYPE_SH7770
config CPU_SUBTYPE_SH7780
bool "Support SH7780 processor"
select CPU_SH4A
select CPU_HAS_INTC2_IRQ

endmenu

Expand Down

0 comments on commit 452785e

Please sign in to comment.