Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145647
b: refs/heads/master
c: abfe0af
h: refs/heads/master
i:
  145645: 1320ffa
  145643: a62a98f
  145639: 35c5563
  145631: 7565880
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed May 27, 2009
1 parent 304f1a6 commit 6a4040b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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: 948cd52906baf1f92aeea2f9b5c515db1b2e592a
refs/heads/master: abfe0af9813153bae8c85d9bac966bafcb8ddab1
11 changes: 2 additions & 9 deletions trunk/arch/x86/include/asm/mpspec.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ extern void get_smp_config(void);
#ifdef CONFIG_X86_MPPARSE
extern void find_smp_config(void);
extern void early_reserve_e820_mpc_new(void);
extern int enable_update_mptable;
#else
static inline void find_smp_config(void) { }
static inline void early_reserve_e820_mpc_new(void) { }
#define enable_update_mptable 0
#endif

void __cpuinit generic_processor_info(int apicid, int version);
Expand All @@ -87,15 +89,6 @@ static inline int acpi_probe_gsi(void)
}
#endif /* CONFIG_ACPI */

#ifdef CONFIG_X86_MPPARSE
extern int enable_update_mptable;
#else
static inline int enable_update_mptable(void)
{
return 0;
}
#endif

#define PHYSID_ARRAY_SIZE BITS_TO_LONGS(MAX_APICS)

struct physid_mask {
Expand Down

0 comments on commit 6a4040b

Please sign in to comment.