Skip to content
Commit a96d692e authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
parent fca460f9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment