]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/acpi/acconfig.h
Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowel...
[linux.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 */