commit | a96d692e9a559980f269f81c9b0b094220382186 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Sun Feb 19 14:02:46 2012 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Feb 20 12:52:05 2012 -0800 |
tree | 37a9d4f1315260c14da05d21ecd15ed84d015b87 | |
parent | fca460f95e928bae373daa8295877b6905bc62b8 [diff] |
x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h> Unfortunately a lot of the compat types are guarded with CONFIG_COMPAT or the equivalent, so add a similar guard to <asm/sys_ia32.h> to avoid compilation failures when CONFIG_COMPAT=n. Signed-off-by: H. Peter Anvin <hpa@zytor.com>