diff options
| author | Al Viro <[email protected]> | 2017-04-17 00:42:22 +0200 |
|---|---|---|
| committer | Samuel Ortiz <[email protected]> | 2017-04-17 00:42:22 +0200 |
| commit | 4ea206395d3aede32bab94a75ec573530486fa44 (patch) | |
| tree | 69c9d431bb02be210886f673c6fe467327cc156c /tools/perf/scripts/python | |
| parent | 8b55d7581fc5dccc658b9a169879c46dda807d5e (diff) | |
nfc: fix get_unaligned_...() misuses
* if a local variable of type uint16_t is unaligned, your compiler is FUBAR
* the whole point of get_unaligned_... is to avoid memcpy + ..._to_cpu().
Using it *after* memcpy() (into aligned object, no less) is pointless.
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions