aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorSouptick Joarder <[email protected]>2018-05-29 19:17:27 +0530
committerLucas Stach <[email protected]>2018-08-06 15:24:18 +0200
commitcfad05a24dcb2bf09ba6438e0843c6a0ed90381c (patch)
treeb21454557122ace82b66a31284b644359194ee2b /tools/perf/util/trace-event-scripting.c
parenta0780bb1df60f00e4573db7bd53e7039e9eee1cb (diff)
drm/etnaviv: change return type to vm_fault_t
Use new return type vm_fault_t for fault handler. For now, this is just documenting that the function returns a VM_FAULT value rather than an errno. Once all instances are converted, vm_fault_t will become a distinct type. Ref- commit 1c8f422059ae ("mm: change return type to vm_fault_t") Previously vm_insert_page() returns err which driver mapped into VM_FAULT_* type. The new function vmf_insert_page() will replace this inefficiency by returning VM_FAULT_* type. vmf_error() is the newly introduce inline function in 4.17-rc6. Signed-off-by: Souptick Joarder <[email protected]> Reviewed-by: Matthew Wilcox <[email protected]> Signed-off-by: Lucas Stach <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions