Re: [PATCH v11 1/7] ACPI: Allow CONFIG_PCI to be unset for reboot

From: Sinan Kaya
Date: Wed Dec 19 2018 - 17:21:32 EST


On 12/18/2018 8:31 AM, Christoph Hellwig wrote:
@@ -44,8 +47,9 @@ void acpi_reboot(void)
/* Write the value that resets us. */
pci_bus_write_config_byte(bus0, devfn,
(rr->address & 0xffff), reset_value);
+#endif
This would be a lot cleaner if this was split into a little helper
function.


done.