diff options
| author | Ingo Molnar <[email protected]> | 2023-01-11 10:25:34 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2023-01-11 10:31:57 +0100 |
| commit | cd9f5c3d3096e26fa128ae747f66383002001398 (patch) | |
| tree | 198fc4545350a02a922d64570bd6ba730fd58fa1 /tools/perf/scripts/python | |
| parent | d74f87f37672e71457bfcc14eca5eeb1d61b6438 (diff) | |
sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() prototype
The following commit:
c89970202a11 ("cputime: remove cputime_to_nsecs fallback")
Removed an <asm/cputime.h> inclusion from <linux/sched/cputime.h>, but this
broke the IA64 build:
arch/ia64/kernel/time.c:110:6: warning: no previous prototype for 'arch_vtime_task_switch' [-Wmissing-prototypes]
Add in the missing <asm/cputime.h> header to fix it.
Fixes: c89970202a11 ("cputime: remove cputime_to_nsecs fallback")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: [email protected]
Cc: Nicholas Piggin <[email protected]>
Cc: Peter Zijlstra (Intel) <[email protected]>
Cc: Alexander Gordeev <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions