1/2

mm/page_alloc: don't spin_trylock() in NMI on UP

在UP系统的NMI上下文中禁用spin_trylock,避免不安全的自旋锁操作。