ACPICA: Increase total number of possible Owner IDs
[sfrench/cifs-2.6.git] / include / acpi / acconfig.h
index 16a83959e616f114001f19870047787d2bb2eac4..42d573172e5396babc64bc0663e31562befa1c22 100644 (file)
@@ -95,9 +95,9 @@
 
 #define ACPI_DEFAULT_PAGE_SIZE          4096   /* Must be power of 2 */
 
-/* owner_id tracking. 8 entries allows for 255 owner_ids */
+/* owner_id tracking. 128 entries allows for 4095 owner_ids */
 
-#define ACPI_NUM_OWNERID_MASKS          8
+#define ACPI_NUM_OWNERID_MASKS          128
 
 /* Size of the root table array is increased by this increment */