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:
d6a00b3
)
uprobes: Make arch_uprobe_task->saved_trap_nr "unsigned int"
author
Oleg Nesterov
<oleg@redhat.com>
Mon, 3 Sep 2012 15:02:16 +0000
(17:02 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Sat, 15 Sep 2012 15:37:32 +0000
(17:37 +0200)
Make arch_uprobe_task->saved_trap_nr "unsigned int" and move it down
after ->saved_scratch_register, this changes sizeof() from 24 to 16.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found