Function report |
Source Code:arch\x86\kernel\process.c |
Create Date:2022-07-28 07:48:48 |
Last Modify:2020-03-16 17:03:44 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:AMD Erratum 400 aware idle routine. We handle it the same way as C3 power* states (local apic timer and TSC stop).
Proto:static void amd_e400_idle(void)
Type:void
Parameter:Nothing
759 | If Not boot_cpu_has_bug("apic_c1e" AMD Erratum 400 ) Then |
761 | Return |
764 | tick_broadcast_enter() |
772 | local_irq_disable() |
773 | tick_broadcast_exit() |
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 |