Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6675
b: refs/heads/master
c: a994018
h: refs/heads/master
i:
  6673: 3e177c9
  6671: 775053f
v: v3
  • Loading branch information
Martin Hicks authored and Tony Luck committed Aug 31, 2005
1 parent bdea8ae commit f211305
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: ff67b59726a8cd3549b069dfa78de2f538d3b8e3
refs/heads/master: a994018a5fc987702dfb4f5d31172842ea6186dc
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/uncached.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ uncached_free_page(unsigned long maddr)
{
int node;

node = nasid_to_cnodeid(NASID_GET(maddr));
node = paddr_to_nid(maddr - __IA64_UNCACHED_OFFSET);

dprintk(KERN_DEBUG "uncached_free_page(%lx) on node %i\n", maddr, node);

Expand Down Expand Up @@ -217,7 +217,7 @@ uncached_build_memmap(unsigned long start, unsigned long end, void *arg)

memset((char *)vstart, 0, length);

node = nasid_to_cnodeid(NASID_GET(start));
node = paddr_to_nid(start);

for (; vstart < vend ; vstart += PAGE_SIZE) {
dprintk(KERN_INFO "sticking %lx into the pool!\n", vstart);
Expand Down

0 comments on commit f211305

Please sign in to comment.