--- zzzz-none-000/linux-5.15.111/drivers/acpi/acpica/tbxfload.c 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/drivers/acpi/acpica/tbxfload.c 2024-02-07 10:22:36.000000000 +0000 @@ -70,11 +70,13 @@ } /* - * Initialize the objects in the namespace that remain uninitialized. - * This runs the executable AML that may be part of the declaration of - * these name objects: + * If the module-level code support is enabled, initialize the objects + * in the namespace that remain uninitialized. This runs the executable + * AML that may be part of the declaration of these name objects: * operation_regions, buffer_fields, Buffers, and Packages. * + * Note: The module-level code is optional at this time, but will + * become the default in the future. */ status = acpi_ns_initialize_objects(); if (ACPI_SUCCESS(status)) {