Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232099
b: refs/heads/master
c: 51f3f15
h: refs/heads/master
i:
  232097: 9dd89ba
  232095: e96d277
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 21, 2011
1 parent 0356790 commit 86b2736
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: f9f91ef5e3a5bc1d4aa05b5d26c4d9e6dd930750
refs/heads/master: 51f3f15945aa2ccbc90baf17d912aed9981697b2
6 changes: 2 additions & 4 deletions trunk/arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ config H8300
bool
default y
select HAVE_IDE
select HAVE_GENERIC_HARDIRQS
select GENERIC_HARDIRQS_NO_DEPRECATED

config SYMBOL_PREFIX
string
Expand Down Expand Up @@ -47,10 +49,6 @@ config GENERIC_HWEIGHT
bool
default y

config GENERIC_HARDIRQS
bool
default y

config GENERIC_CALIBRATE_DELAY
bool
default y
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/h8300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ int show_interrupts(struct seq_file *p, void *v)
goto unlock;
seq_printf(p, "%3d: ",i);
seq_printf(p, "%10u ", kstat_irqs(i));
seq_printf(p, " %14s", irq_desc[i].chip->name);
seq_printf(p, " %14s", irq_desc[i].irq_data.chip->name);
seq_printf(p, "-%-8s", irq_desc[i].name);
seq_printf(p, " %s", action->name);

Expand Down

0 comments on commit 86b2736

Please sign in to comment.