Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312427
b: refs/heads/master
c: 49ad3fd
h: refs/heads/master
i:
  312425: 09b8963
  312423: 8b3301b
v: v3
  • Loading branch information
Alexander Gordeev authored and Ingo Molnar committed Jun 14, 2012
1 parent a9b820e commit 255ef2c
Show file tree
Hide file tree
Showing 3 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: ea3807ea52a53f2cdfd60c89d8491fc9a8208d1c
refs/heads/master: 49ad3fd4834182cce9725abb98e080b479fed464
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/es7000_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ es7000_cpu_mask_to_apicid_and(const struct cpumask *inmask,
const struct cpumask *andmask,
unsigned int *apicid)
{
*apicid = early_per_cpu(x86_cpu_to_logical_apicid, 0);
cpumask_var_t cpumask;
*apicid = early_per_cpu(x86_cpu_to_logical_apicid, 0);

if (!alloc_cpumask_var(&cpumask, GFP_ATOMIC))
return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/summit_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ summit_cpu_mask_to_apicid_and(const struct cpumask *inmask,
const struct cpumask *andmask,
unsigned int *apicid)
{
*apicid = early_per_cpu(x86_cpu_to_logical_apicid, 0);
cpumask_var_t cpumask;
*apicid = early_per_cpu(x86_cpu_to_logical_apicid, 0);

if (!alloc_cpumask_var(&cpumask, GFP_ATOMIC))
return 0;
Expand Down

0 comments on commit 255ef2c

Please sign in to comment.