Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138661
b: refs/heads/master
c: f624323
h: refs/heads/master
i:
  138659: c2fd2e4
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Mar 4, 2009
1 parent 8344025 commit a8a6cfb
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: 8d4dd919b46ed982da6ef6bf6fcec454cd7a5b1b
refs/heads/master: f62432395ec54e93f113091bcb2e2017eeed7683
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,10 +716,10 @@ static int __init smp_scan_config(unsigned long base, unsigned long length,

if (!reserve)
return 1;
reserve_bootmem_generic(virt_to_phys(mpf), PAGE_SIZE,
reserve_bootmem_generic(virt_to_phys(mpf), sizeof(*mpf),
BOOTMEM_DEFAULT);
if (mpf->physptr) {
unsigned long size = PAGE_SIZE;
unsigned long size = get_mpc_size(mpf->physptr);
#ifdef CONFIG_X86_32
/*
* We cannot access to MPC table to compute
Expand Down

0 comments on commit a8a6cfb

Please sign in to comment.