Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17247
b: refs/heads/master
c: e0fa93d
h: refs/heads/master
i:
  17245: 818465d
  17243: 48f1f38
  17239: 93db42b
  17231: ab047a8
  17215: 60bd883
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jan 9, 2006
1 parent f8c3e99 commit 1b5f553
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: 0a498d96a3324c16add35da0435bc7c13b6c6f3f
refs/heads/master: e0fa93d6e6f0f36f39b813e561dbb890c58da58f
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 += KERNELBASE;
start = __va(start);
create_section_mapping(start, start + size);

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

0 comments on commit 1b5f553

Please sign in to comment.