1
0

um: Don't pollute kernel namespace with uapi

Don't include ptrace uapi stuff in arch headers, it will
pollute the kernel namespace and conflict with existing
stuff.
In this case it fixes clashes with common names like R8.

Signed-off-by: Richard Weinberger <richard@nod.at>
Este cometimento está contido em:
Richard Weinberger
2015-06-25 22:44:11 +02:00
ascendente 8eeba4e9a7
cometimento da028d5e54
6 ficheiros modificados com 5 adições e 1 eliminações

Ver ficheiro

@@ -1,4 +1,5 @@
#include <linux/sched.h>
#include <asm/ptrace-abi.h>
void clear_flushed_tls(struct task_struct *task)
{