Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89087
b: refs/heads/master
c: 2bb9e9d
h: refs/heads/master
i:
  89085: 2c08252
  89083: 12f78b4
  89079: cec7d64
  89071: f045da0
  89055: 3dc06a1
  89023: eb7ec47
  88959: cc0c740
  88831: 1c4cf3a
  88575: 31b55bb
  88063: 6c3bac0
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Ingo Molnar committed Apr 17, 2008
1 parent 44e6977 commit 2e94dcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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: 40014bace17ba393409fd8a4915a87e43687aac8
refs/heads/master: 2bb9e9d7c1b03454665cd99f7d73e67139cdf2e6
5 changes: 4 additions & 1 deletion trunk/arch/x86/kernel/mpparse_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ unsigned int def_to_bigsmp = 0;

/* Processor that is doing the boot up */
unsigned int boot_cpu_physical_apicid = -1U;
/* Internal processor count */

/* Make it easy to share the UP and SMP code: */
#ifndef CONFIG_X86_SMP
unsigned int num_processors;
#endif

unsigned disabled_cpus __cpuinitdata;

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ void *x86_bios_cpu_apicid_early_ptr;
DEFINE_PER_CPU(u16, x86_bios_cpu_apicid) = BAD_APICID;
EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid);

/* Internal processor count */
unsigned int num_processors;

/* Bitmask of physically existing CPUs */
physid_mask_t phys_cpu_present_map;

Expand Down

0 comments on commit 2e94dcd

Please sign in to comment.