Remove files not in upstream.
[util-vserver.git] / kernel / limit_def.h
diff --git a/kernel/limit_def.h b/kernel/limit_def.h
deleted file mode 100644 (file)
index bab1def..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _VX_LIMIT_DEF_H
-#define _VX_LIMIT_DEF_H
-
-#include <asm/atomic.h>
-#include <asm/resource.h>
-
-#include "limit.h"
-
-/* context sub struct */
-
-struct _vx_limit {
-       atomic_t ticks;
-
-       unsigned long rlim[NUM_LIMITS];         /* Context limit */
-       unsigned long rmax[NUM_LIMITS];         /* Context maximum */
-       atomic_t rcur[NUM_LIMITS];              /* Current value */
-       atomic_t lhit[NUM_LIMITS];              /* Limit hits */
-};
-
-
-#endif /* _VX_LIMIT_DEF_H */