Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22967
b: refs/heads/master
c: 2d0eee1
h: refs/heads/master
i:
  22965: 7e12028
  22963: 792a5af
  22959: 4699f99
v: v3
  • Loading branch information
Andrew Morton authored and Paul Mackerras committed Mar 23, 2006
1 parent 5a28458 commit 5afd10e
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: 1d04981669df1f0586d4578ec4061c5585ec721b
refs/heads/master: 2d0eee14b23f20c501a6c2536edf68f93c56edcd
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int __devinit add_memory(u64 start, u64 size)
nid = hot_add_scn_to_nid(start);
pgdata = NODE_DATA(nid);

start = __va(start);
start = (unsigned long)__va(start);
create_section_mapping(start, start + size);

/* this should work for most non-highmem platforms */
Expand Down

0 comments on commit 5afd10e

Please sign in to comment.