Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212276
b: refs/heads/master
c: 3e6b1b2
h: refs/heads/master
v: v3
  • Loading branch information
Nikitas Angelinas authored and Tony Luck committed Sep 23, 2010
1 parent 45eeafc commit 5d696b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c216488cd1f35c54afbcedf185d5908beb814aef
refs/heads/master: 3e6b1b25a92df39d2b619ed3cf74322ddef6800e
5 changes: 2 additions & 3 deletions trunk/arch/ia64/xen/xen_pv_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,6 @@ __initconst = {
static void __init
xen_patch_branch(unsigned long tag, unsigned long type)
{
const unsigned long nelem =
sizeof(xen_branch_target) / sizeof(xen_branch_target[0]);
__paravirt_patch_apply_branch(tag, type, xen_branch_target, nelem);
__paravirt_patch_apply_branch(tag, type, xen_branch_target,
ARRAY_SIZE(xen_branch_target));
}

0 comments on commit 5d696b2

Please sign in to comment.