fix an error in piglet allocation when requesting an alignment < PAGE_SIZE
authormlarkin <mlarkin@openbsd.org>
Mon, 22 Dec 2014 22:22:35 +0000 (22:22 +0000)
committermlarkin <mlarkin@openbsd.org>
Mon, 22 Dec 2014 22:22:35 +0000 (22:22 +0000)
commitd06b9c1e28c55db846ed12bcaf60bb8ab00a3399
tree475ef4b7baf43a2cb735bbea0562187e6ede2058
parent8817c02ecc178dc450529015b010e545596713b7
fix an error in piglet allocation when requesting an alignment < PAGE_SIZE
(which we never did, but it was a bug nonetheless).

ok kettenis, deraadt
sys/kern/subr_hibernate.c