diff options
author | H. Peter Anvin <[email protected]> | 2014-06-10 14:25:26 -0700 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2014-06-10 15:55:05 -0700 |
commit | 4d048b0255e3dd4fb001c5f1f609fb67463d04d6 (patch) | |
tree | 7793245f6c44767ce5e71364667e439dc2cc89e7 /tools/perf/util/trace-event-scripting.c | |
parent | 5b174fd6472b1d6b6402b30210a212f3fd770d96 (diff) |
x86, vdso: Remove one final use of htole16()
One final use of the macros from <endian.h> which are not available on
older system. In this case we had one sole case of *writing* a
littleendian number, but the number is SHN_UNDEF which is the constant
zero, so rather than dealing with the general case of littleendian
puts here, just document that the constant is zero and be done with
it.
Reported-and-Tested-by: Andrew Morton <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions