commit | 11a4180c0b03e2ee0c948fd8430ee092dc1625b3 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Dec 07 02:14:06 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:06 2006 +0100 |
tree | c0f5018983f859d84b0832ea793ba0c49d344935 | |
parent | ab2bf0c1c689905b628dca94d0acd9c50e152468 [diff] |
[PATCH] i386: Use probe_kernel_address instead of __get_user in fault paths Makes the intention of the code cleaner to read and avoids a potential deadlock on mmap_sem. Also change the types of the arguments to not include __user because they're really not user addresses. Signed-off-by: Andi Kleen <ak@suse.de>