Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143123
b: refs/heads/master
c: 5759222
h: refs/heads/master
i:
  143121: 6a4327a
  143119: fd4c5f9
v: v3
  • Loading branch information
Rakib Mullick authored and Ingo Molnar committed Apr 12, 2009
1 parent 424e051 commit 513bd6c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9b987aeb4a7bc42a3eb8361030b820b0263c31f1
refs/heads/master: 575922248c0df490843ddfbcf3bc65b54c4adb08
7 changes: 4 additions & 3 deletions trunk/arch/x86/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ void __init get_smp_config(void)
__get_smp_config(0);
}

static void smp_reserve_bootmem(struct mpf_intel *mpf)
static void __init smp_reserve_bootmem(struct mpf_intel *mpf)
{
unsigned long size = get_mpc_size(mpf->physptr);
#ifdef CONFIG_X86_32
Expand Down Expand Up @@ -838,7 +838,7 @@ static int __init get_MP_intsrc_index(struct mpc_intsrc *m)

static struct mpc_intsrc __initdata *m_spare[SPARE_SLOT_NUM];

static void check_irq_src(struct mpc_intsrc *m, int *nr_m_spare)
static void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare)
{
int i;

Expand Down Expand Up @@ -866,7 +866,8 @@ static void check_irq_src(struct mpc_intsrc *m, int *nr_m_spare)
}
}
#else /* CONFIG_X86_IO_APIC */
static inline void check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) {}
static
inline void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) {}
#endif /* CONFIG_X86_IO_APIC */

static int check_slot(unsigned long mpc_new_phys, unsigned long mpc_new_length,
Expand Down

0 comments on commit 513bd6c

Please sign in to comment.