diff options
author | hank <[email protected]> | 2011-09-20 13:53:39 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-09-21 10:28:51 +0200 |
commit | cbbc719fccdb8cbd87350a05c0d33167c9b79365 (patch) | |
tree | f62c754b5e74756024b16abaad69a70779a6a84d /scripts/tracing/draw_functrace.py | |
parent | 4523f6ada86853750565c68e17126af2e3df9b8a (diff) |
time: Change jiffies_to_clock_t() argument type to unsigned long
The parameter's origin type is long. On an i386 architecture, it can
easily be larger than 0x80000000, causing this function to convert it
to a sign-extended u64 type.
Change the type to unsigned long so we get the correct result.
Signed-off-by: hank <[email protected]>
Cc: John Stultz <[email protected]>
Cc: <[email protected]>
[ build fix ]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/tracing/draw_functrace.py')
0 files changed, 0 insertions, 0 deletions