x86, um: ... and asm-x86 move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
8ede0bdb63
commit
bb8985586b
340 changed files with 11 additions and 11 deletions
13
arch/x86/include/asm/unistd.h
Normal file
13
arch/x86/include/asm/unistd.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifdef __KERNEL__
|
||||
# ifdef CONFIG_X86_32
|
||||
# include "unistd_32.h"
|
||||
# else
|
||||
# include "unistd_64.h"
|
||||
# endif
|
||||
#else
|
||||
# ifdef __i386__
|
||||
# include "unistd_32.h"
|
||||
# else
|
||||
# include "unistd_64.h"
|
||||
# endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue