Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110345
b: refs/heads/master
c: d406d21
h: refs/heads/master
i:
  110343: bb2bccc
v: v3
  • Loading branch information
Marcin Slusarz authored and H. Peter Anvin committed Aug 11, 2008
1 parent cafa0b0 commit 4ff617c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bafc1dae8215c862c2e6ae913ddadc20581e59b9
refs/heads/master: d406d21d90dce2e66c7eb4a44605aac947fe55fb
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ static void __init construct_default_ioirq_mptable(int mpc_default_type)
}


static void construct_ioapic_table(int mpc_default_type)
static void __init construct_ioapic_table(int mpc_default_type)
{
struct mpc_config_ioapic ioapic;
struct mpc_config_bus bus;
Expand Down Expand Up @@ -529,7 +529,7 @@ static void construct_ioapic_table(int mpc_default_type)
construct_default_ioirq_mptable(mpc_default_type);
}
#else
static inline void construct_ioapic_table(int mpc_default_type) { }
static inline void __init construct_ioapic_table(int mpc_default_type) { }
#endif

static inline void __init construct_default_ISA_mptable(int mpc_default_type)
Expand Down

0 comments on commit 4ff617c

Please sign in to comment.