diff options
author | Dave Hansen <[email protected]> | 2016-02-12 13:02:18 -0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-02-18 09:32:44 +0100 |
commit | 1874f6895c92d991ccf85edcc55a0d9dd552d71c (patch) | |
tree | d0abdaa8d71abc9850fdbf8c8fa39696a6501e10 /tools/perf/scripts/python | |
parent | d4925e00d59698a201231cf99dce47d8b922bb34 (diff) |
x86/mm/gup: Simplify get_user_pages() PTE bit handling
The current get_user_pages() code is a wee bit more complicated
than it needs to be for pte bit checking. Currently, it establishes
a mask of required pte _PAGE_* bits and ensures that the pte it
goes after has all those bits.
This consolidates the three identical copies of this code.
Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Thomas Gleixner <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions