Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-10 (4d)  netbsd-9 (4d)  netbsd-8 (9d) 

2024-05-20 15:43:06 UTC Now

2016-10-31 12:27:23 UTC MAIN commitmail json YAML

Fixup IPI interrupt delivery and splsched mask so that
sys/uvm/pmap/pmap_tlb.c

    541 KASSERTMSG(ci->ci_cpl >= IPL_SCHED,
    542     "%s: cpl (%d) < IPL_SCHED (%d)",
    543     __func__, ci->ci_cpl, IPL_SCHED);

doesn't fire.

(skrll)