From: Andrea Arcangeli Date: Mon, 16 Jul 2007 06:41:33 +0000 (-0700) Subject: make seccomp zerocost in schedule X-Git-Tag: v2.6.23-rc1~828 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf99abace7e07dd8491e7093a9a9ef11d48838ed;p=pandora-kernel.git make seccomp zerocost in schedule This follows a suggestion from Chuck Ebbert on how to make seccomp absolutely zerocost in schedule too. The only remaining footprint of seccomp is in terms of the bzImage size that becomes a few bytes (perhaps even a few kbytes) larger, measure it if you care in the embedded. Signed-off-by: Andrea Arcangeli Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed