| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fb5d5df commit 4e05ab7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -172,7 +172,9 @@ void __init x86_early_init_platform_quirks(void) | |||
| 172 | 172 | * the PIT - which belongs to the host - and then request | |
| 173 | 173 | * legacy IRQ0, which can never reach an instance CPU that | |
| 174 | 174 | * has neither a PIC nor an IO-APIC. Ticks come from the | |
| 175 | - * local APIC timer via setup_percpu_clockev() instead. | ||
| 175 | + * local APIC timer initialized by setup_percpu_clockev(). | ||
| 176 | + * Keeping global_clock_event unset bypasses LAPIC timer | ||
| 177 | + * verification, whose fallback path requires legacy IRQ0. | ||
| 176 | 178 | */ | |
| 177 | 179 | x86_init.timers.timer_init = x86_init_noop; | |
| 178 | 180 | x86_init.timers.wallclock_init = x86_init_noop; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments