Remove completely bogus alignment check -- it's the physical address that
authorian <ian@FreeBSD.org>
Sat, 26 Jul 2014 18:14:16 +0000 (18:14 +0000)
committerian <ian@FreeBSD.org>
Sat, 26 Jul 2014 18:14:16 +0000 (18:14 +0000)
commita893ebb4b0ffe764814ed91572cbad36286bfcd1
treef8e67ce2a398690731fc99a0356a79dd41e5ea82
parent2b42c1ddc80350071be36e48696ca0d0ea741c90
Remove completely bogus alignment check -- it's the physical address that
needs to be aligned, not the virtual, and it doesn't seem worth the cost
of a vtophys() call just to see if kmem_alloc_contig() works properly.
sys/arm/arm/busdma_machdep-v6.c