Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186961
b: refs/heads/master
c: 28a3c93
h: refs/heads/master
i:
  186959: d3a47eb
v: v3
  • Loading branch information
Jacob Pan authored and H. Peter Anvin committed Feb 24, 2010
1 parent 664669f commit 8e48325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 54b56170e4517e9606b245c3f805fc96baa059f0
refs/heads/master: 28a3c93d11212655ce0a9be977c405c703844164
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ static void init_8259A(int auto_eoi)
* platforms, such as x86 MID.
*/

static void __init legacy_pic_noop(void) { };
static void __init legacy_pic_uint_noop(unsigned int unused) { };
static void __init legacy_pic_int_noop(int unused) { };
static void legacy_pic_noop(void) { };
static void legacy_pic_uint_noop(unsigned int unused) { };
static void legacy_pic_int_noop(int unused) { };

static struct irq_chip dummy_pic_chip = {
.name = "dummy pic",
Expand Down

0 comments on commit 8e48325

Please sign in to comment.