From: H. Peter Anvin Date: Sun, 19 Feb 2012 22:02:46 +0000 (-0800) Subject: x86: Add #ifdef CONFIG_COMPAT to X-Git-Tag: v3.4-rc1~33^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a96d692e9a559980f269f81c9b0b094220382186;p=pandora-kernel.git x86: Add #ifdef CONFIG_COMPAT to Unfortunately a lot of the compat types are guarded with CONFIG_COMPAT or the equivalent, so add a similar guard to to avoid compilation failures when CONFIG_COMPAT=n. Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed