#ifndef PRIVS_H #define PRIVS_H #include extern void drop_privileges(bool enforce, uid_t uid, gid_t gid); #endif /* PRIVS_H */ /script>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaoquan He <bhe@redhat.com>2016-09-15 16:50:50 +0800
committerJoerg Roedel <jroedel@suse.de>2016-09-19 15:49:01 +0200
commit134414fffc7fdad81e228d232f8ae12a0456127a (patch)
tree62e06f833b35b06c524cfeac4f3ca5d2924ae78a
parent368d06cd536ecace3a904ae2e6e42771636d52aa (diff)
iommu/amd: Clean up the cmpxchg64 invocation
Change it as it's designed for and keep it consistent with other places. Signed-off-by: Baoquan He <bhe@redhat.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>