|
@@ -253,13 +253,13 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
|
|
|
*
|
|
|
* 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
|
|
|
* 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
|
|
|
- * <--------------- offset --------------------> <- type --> 0 0 0
|
|
|
+ * <--------------- offset ----------------------> < type -> 0 0 0
|
|
|
*
|
|
|
- * This gives us up to 63 swap files and 32GB per swap file. Note that
|
|
|
+ * This gives us up to 31 swap files and 64GB per swap file. Note that
|
|
|
* the offset field is always non-zero.
|
|
|
*/
|
|
|
#define __SWP_TYPE_SHIFT 3
|
|
|
-#define __SWP_TYPE_BITS 6
|
|
|
+#define __SWP_TYPE_BITS 5
|
|
|
#define __SWP_TYPE_MASK ((1 << __SWP_TYPE_BITS) - 1)
|
|
|
#define __SWP_OFFSET_SHIFT (__SWP_TYPE_BITS + __SWP_TYPE_SHIFT)
|
|
|
|