Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27942
b: refs/heads/master
c: aa783a8
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and David Woodhouse committed May 1, 2006
1 parent 1f09193 commit 06a1abf
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: ed198cb49750fd9ec564e9f1df66c10efea605f1
refs/heads/master: aa783a8f31c79f493bd49ba926b171b79b9839fb
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/physmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void insert_phys_mapping(struct phys_desc *desc)
panic("Physical remapping for %p already present",
desc->virt);

rb_link_node(&desc->rb, (*n)->rb_parent, n);
rb_link_node(&desc->rb, rb_parent(*n), n);
rb_insert_color(&desc->rb, &phys_mappings);
}

Expand Down

0 comments on commit 06a1abf

Please sign in to comment.