]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: Replace rounddown() from r298856 with roundup().
authorpfg <pfg@FreeBSD.org>
Sat, 30 Apr 2016 19:50:59 +0000 (19:50 +0000)
committerpfg <pfg@FreeBSD.org>
Sat, 30 Apr 2016 19:50:59 +0000 (19:50 +0000)
commit057f4169cad40be5e286183916f21a82ac5f1069
tree052473ac316633f1483a2315e76be862e3a67672
parenta4a64126435b1a0e25214625107187188b9437ae
powerpc: Replace rounddown() from r298856 with roundup().

Both are equivalent but roundup is more logical for this case.
Catch another case while here.

Pointed out by: jhibbits
sys/powerpc/powerpc/exec_machdep.c