Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191546
b: refs/heads/master
c: 4daa2a8
h: refs/heads/master
v: v3
  • Loading branch information
Pallipadi, Venkatesh authored and H. Peter Anvin committed Mar 1, 2010
1 parent 1a18bd2 commit 0237a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9e41a49aab88a5a6c8f4875bf10a5543bc321f2d
refs/heads/master: 4daa2a8093ecd1148270a1fc64e99f072b8c2901
4 changes: 3 additions & 1 deletion trunk/arch/x86/mm/pat_rbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ int rbt_memtype_check_insert(struct memtype *new, unsigned long *ret_type)
new->type, ret_type);

if (!err) {
new->type = *ret_type;
if (ret_type)
new->type = *ret_type;

memtype_rb_insert(&memtype_rbroot, new);
}
return err;
Expand Down

0 comments on commit 0237a7b

Please sign in to comment.