alloc_contiguous_pages() is supposed to round the allocation size to a page
authormiod <miod@openbsd.org>
Tue, 16 Jun 2015 18:28:51 +0000 (18:28 +0000)
committermiod <miod@openbsd.org>
Tue, 16 Jun 2015 18:28:51 +0000 (18:28 +0000)
commit95e992d0d7d7f899b3317b2c08c953747cc88323
tree7c069c7d51f53977dd31212b4f4c18475c5ccda2
parentc606b951c7c79ace3dec221729bbb579d4f0c5ec
alloc_contiguous_pages() is supposed to round the allocation size to a page
boundary, not to an u area boundary. Oops.
sys/arch/mips64/mips64/cpu.c