|
@@ -327,13 +327,6 @@ enum charge_type {
|
|
|
NR_CHARGE_TYPE,
|
|
|
};
|
|
|
|
|
|
-/* only for here (for easy reading.) */
|
|
|
-#define PCGF_CACHE (1UL << PCG_CACHE)
|
|
|
-#define PCGF_USED (1UL << PCG_USED)
|
|
|
-#define PCGF_LOCK (1UL << PCG_LOCK)
|
|
|
-/* Not used, but added here for completeness */
|
|
|
-#define PCGF_ACCT (1UL << PCG_ACCT)
|
|
|
-
|
|
|
/* for encoding cft->private value on file */
|
|
|
#define _MEM (0)
|
|
|
#define _MEMSWAP (1)
|