git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c216488
)
[IA64] xen: use ARRAY_SIZE macro in xen_pv_ops.c
author
Nikitas Angelinas
<nikitasangelinas@gmail.com>
Wed, 8 Sep 2010 21:04:30 +0000
(22:04 +0100)
committer
Tony Luck
<tony.luck@intel.com>
Thu, 23 Sep 2010 21:26:30 +0000
(14:26 -0700)
Replace sizeof(xen_branch_target) / sizeof(xen_branch_target[0]) with
ARRAY_SIZE(xen_branch_target) in arch/ia64/xen/xen_pv_ops.c
Signed-off-by: Nikitas Angelinas <nikitasangelinas@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found