]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Explicitely panic instead of possibly doing undefined things when
authorKonstantin Belousov <kib@FreeBSD.org>
Thu, 11 Jul 2013 05:15:30 +0000 (05:15 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Thu, 11 Jul 2013 05:15:30 +0000 (05:15 +0000)
commit30dac21d0a0fb2e87b1ae634ae1eca7995d374c4
treecc19a66445c0f73c37482ea2a2bef60c8c3fd31f
parent3fb25770a974e842378e3939be717ce811ab5549
Explicitely panic instead of possibly doing undefined things when
ptelist KVA is exhausted.  Currently this cannot happen, the added
panic serves as assert.

Discussed with: alc
Sponsored by: The FreeBSD Foundation
sys/i386/i386/pmap.c