POWER9BSD / freebsd

FreeBSD src tree (read-only mirror)
http://www.FreeBSD.org/
Other
12 stars 0 forks source link

NMI semantics #3

Closed mattmacy closed 6 years ago

mattmacy commented 6 years ago

Need to leave interrrupts enabled and filter in the trap handler to allow for NMIs from PMU and other interrupts.

https://patchwork.ozlabs.org/patch/704605/

mattmacy commented 6 years ago

The trap handling changes were implemented in 819b0fd7240424d21a44d6495f615d1407f8b005 The remaining changes to intr_{disable, restore} are in projects/power-nmi

mattmacy commented 6 years ago

Completed pending test in projects/power-nmi-4

mattmacy commented 6 years ago

Completed with 717e7c7d8607d7f051b2d6e950106ffdbeb8e0e0