]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[mips] correctly represent memory region allocations >> 2^^31
authoradrian <adrian@FreeBSD.org>
Tue, 26 Apr 2016 16:40:04 +0000 (16:40 +0000)
committeradrian <adrian@FreeBSD.org>
Tue, 26 Apr 2016 16:40:04 +0000 (16:40 +0000)
commit0e0dfb37d2bae3d122564b07d925a302f2278003
tree7b3ae641e39360f24a346c372728e5d122fe4ae3
parent50d52a4354c7c2dff29fab3e3746ce688018e4ce
[mips] correctly represent memory region allocations >> 2^^31

Without this, it'd get promoted incorrectly and fail allocation.

Submitted by: Mori Hiroki <yamori813@yahoo.co.jp>
Reviewed by: imp
sys/mips/mips/nexus.c