From: Cyrill Gorcunov Date: Wed, 14 Jan 2009 20:37:47 +0000 (+0300) Subject: x86: headers cleanup - prctl.h X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~166^7~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444027031cd069ea7e48b016cb33bbf201c8a9f0;p=pandora-kernel.git x86: headers cleanup - prctl.h Impact: cleanup (internal kernel function exported) 'make headers_check' warn us about leaking of kernel private (mostly compile time vars) data to userspace in headers. Fix it. sys_arch_prctl is completely removed from header since frankly I don't even understand why we describe it here. It is described like __SYSCALL(__NR_arch_prctl, sys_arch_prctl) in unistd_64.h and implemented in process_64.c. User-mode linux involved? So this one in fact is suspicious. Signed-off-by: Cyrill Gorcunov Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed