Function report |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-28 08:30:12 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:There is a nasty bug in some older SMP boards, their mptable lies* about the timer IRQ
Proto:static int __init timer_irq_works(void)
Type:int
Parameter:Nothing
1636 | If no_timer_check Then Return 1 |
1639 | local_save_flags(flags) |
1642 | If boot_cpu_has(Time Stamp Counter ) Then delay_with_tsc() |
1644 | Else delay_without_tsc() |
1647 | local_irq_restore(flags) |
1660 | Return 0 |
Name | Describe |
---|---|
check_timer | This code may look a bit paranoid, but it's supposed to cooperate with* a wide range of boards and BIOS bugs. Fortunately only the timer IRQ* is so screwy. Thanks to Brian Perkins for testing/hacking this beast* fanatically on his truly buggy board. |
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 |