aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.16-sparse/include/asm-xeno/desc.h
blob: 1920de026ad7c41416c6337b3535a780f1937967 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ARCH_DESC_H
#define __ARCH_DESC_H

#include <asm/ldt.h>

#define __LDT(_X)     (0)

#define clear_LDT()   ((void)0)
#define load_LDT(_mm) ((void)0)

#endif