> From: Sohil Mehta <sohil.mehta@xxxxxxxxx> > [...] > Vector 2 is reserved for external NMIs corresponding to the Local APIC - > LINT1 pin. Some third-party chipsets may send NMI messages with a fixed > vector value of 2. Using vector 2 for something else would lead to confusion > about the exact source. Do not assign it to any handler. > > NMI-source vectors are only assigned for NMI_LOCAL type handlers. > Platform NMI handlers have a single handler registered per type. They don't