Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245703
b: refs/heads/master
c: eca9ad3
h: refs/heads/master
i:
  245701: 95325aa
  245699: 7074cdf
  245695: 118f4d6
v: v3
  • Loading branch information
Tejun Heo committed May 2, 2011
1 parent 74926b6 commit bf60bf0
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: 7b2600f8ee0536bb738f3387cf2c30e8e334e149
refs/heads/master: eca9ad313293c41021bfcf23e985a14f6991a121
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/srat.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static inline int save_add_info(void) {return 0;}
void __init
acpi_numa_memory_affinity_init(struct acpi_srat_mem_affinity *ma)
{
unsigned long start, end;
u64 start, end;
int node, pxm;

if (srat_disabled())
Expand Down Expand Up @@ -167,7 +167,7 @@ acpi_numa_memory_affinity_init(struct acpi_srat_mem_affinity *ma)
return;
}

printk(KERN_INFO "SRAT: Node %u PXM %u %lx-%lx\n", node, pxm,
printk(KERN_INFO "SRAT: Node %u PXM %u %Lx-%Lx\n", node, pxm,
start, end);
}

Expand Down

0 comments on commit bf60bf0

Please sign in to comment.