]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Unbreak ia64 tinderbox: 64-bit support was made conditional upon
authormarcel <marcel@FreeBSD.org>
Sun, 26 May 2013 22:11:13 +0000 (22:11 +0000)
committermarcel <marcel@FreeBSD.org>
Sun, 26 May 2013 22:11:13 +0000 (22:11 +0000)
commit9d137ef1b18b9050c5b89741b955c53c094d415f
treed7692d65fe43ea6a0824ee00c0a03b66bb316b40
parent990e8e483cb065d0483ca797ff914ff528925ef0
Unbreak ia64 tinderbox: 64-bit support was made conditional upon
__amd64__, and thus limited. Eliminate 2 trivial conditionals by
casting the 64-bit integral, holding an address, via (uintptr_t)
to (void *) and replace the last remaining check for __amd64__
with a check for __LP64__ instead.
sys/dev/aacraid/aacraid.c