- install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \ - acpi_call/${pkgver}/$_kernver/$CARCH/module/* - - # compress each module individually - find "$pkgdir" -name '*.ko' -exec xz -T1 {} + - - echo acpi_call | install -Dm644 /dev/stdin "$pkgdir/...
@@ -1097,9 +1097,6 @@ void __init setup_arch(char **cmdline_p) cleanup_highmap(); /* Look for ACPI tables and reserve memory occupied by them. */ acpi_boot_table_init(); memblock_set_current_limit(ISA_END_ADDRESS); e820__memblock_setup(); @@ -1179,6 +1176,8 @@ void __...