mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
5c48b108ec
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
6 lines
79 B
C
6 lines
79 B
C
#ifdef __i386__
|
|
#include "host_ldt_32.h"
|
|
#else
|
|
#include "host_ldt_64.h"
|
|
#endif
|