Function report |
Source Code:arch\x86\kernel\reboot_fixups_32.c |
Create Date:2022-07-28 08:35:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:we see if any fixup is available for our current hardware. if there* is a fixup, we call it and we expect to never return from it. if we* do return, we keep looking and then eventually fall back to the* standard mach_reboot on return.
Proto:void mach_reboot_fixups(void)
Type:void
Parameter:Nothing
90 | If in_interrupt() Then Return |
94 | cur = &fixups_table[i] |
95 | dev = pci_get_device(vendor, device, NULL) |
96 | If Not dev Then Continue |
99 | reboot_fixup(dev) |
100 | pci_dev_put(dev) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |