diff options
author | David Howells <[email protected]> | 2012-10-16 00:10:35 +0100 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-10-16 18:49:15 -0700 |
commit | 0c552e5fb9bec3d4942663a2a90e04a685fd8482 (patch) | |
tree | 451c92454c26c05ecf1702f3317b9a3e2a7864f6 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | b4b5087173d09507f425714bc8d270615e5800b1 (diff) |
FRV: Fix linux/elf-fdpic.h
It seems I accidentally switched the guard on linux/elf-fdpic.h from #ifdef
__KERNEL__ to #ifndef __KERNEL__ when attempting to expand the guarded region
to cover the elf_fdpic_params struct when doing the UAPI split - with the
result that the struct became unavailable to kernel code.
Move incorrectly guarded bits back to the kernelspace header.
Whilst we're at it, the __KERNEL__ guards can be deleted as they're no longer
necessary.
Reported-by: Fengguang Wu <[email protected]>
Reported-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: David Howells <[email protected]>
cc: Fengguang Wu <[email protected]>
cc: Lars-Peter Clausen <[email protected]>
cc: [email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions