Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e896ec4302f45fdaf2fc78aec0093eca5478fe28 9 lines 207 B view raw
1 2/* 3 * Dummy placeholder to make the EFI patches apply to the x86 tree. 4 * Andrew/Len, please just kill this file if you encounter it. 5 */ 6#ifndef acpi_reboot 7# define acpi_reboot() do { } while (0) 8#endif 9