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:
06c939c
)
perf: Fix UAPI export of PERF_EVENT_IOC_ID
author
Vince Weaver
<vincent.weaver@maine.edu>
Tue, 17 Sep 2013 18:53:41 +0000
(14:53 -0400)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 18 Sep 2013 09:29:07 +0000
(11:29 +0200)
Without the following patch I have problems compiling code using
the new PERF_EVENT_IOC_ID ioctl(). It looks like u64 was used
instead of __u64
Signed-off-by: Vince Weaver <vincent.weaver@maine.edu>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Link:
http://lkml.kernel.org/r/alpine.DEB.2.10.1309171450380.11444@vincent-weaver-1.um.maine.edu
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found