Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223342
b: refs/heads/master
c: e31fee7
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Chou authored and Ralf Baechle committed Dec 16, 2010
1 parent 90a065f commit 321a150
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5878fc936aebf592cca418ca50773cd578f7daf4
refs/heads/master: e31fee7c3a197d88d1d0ced0e8600386da27fec4
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void __init device_tree_init(void)
return;

base = virt_to_phys((void *)initial_boot_params);
size = initial_boot_params->totalsize;
size = be32_to_cpu(initial_boot_params->totalsize);

/* Before we do anything, lets reserve the dt blob */
reserve_mem_mach(base, size);
Expand Down

0 comments on commit 321a150

Please sign in to comment.