Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127689
b: refs/heads/master
c: 2b931fb
h: refs/heads/master
i:
  127687: a97fe3f
v: v3
  • Loading branch information
Ingo Molnar authored and Benjamin Herrenschmidt committed Jan 8, 2009
1 parent 233e0db commit 8404c77
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: 63277161312dd42af7dd3968077b272d192dd6ba
refs/heads/master: 2b931fb67e10d6eb99d9928fa3afe83cdeeb7354
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/prom_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ static void __init prom_initialize_tce_table(void)
/* Initialize the table to have a one-to-one mapping
* over the allocated size.
*/
tce_entryp = (unsigned long *)base;
tce_entryp = (u64 *)base;
for (i = 0; i < (minsize >> 3) ;tce_entryp++, i++) {
tce_entry = (i << PAGE_SHIFT);
tce_entry |= 0x3;
Expand Down

0 comments on commit 8404c77

Please sign in to comment.