[SPARC64]: Align address in huge_pte_alloc().
authorDavid S. Miller <davem@davemloft.net>
Fri, 31 Mar 2006 08:36:25 +0000 (00:36 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sat, 1 Apr 2006 07:03:36 +0000 (23:03 -0800)
commit9df1dab1df58ef20ef7df9b8f39d86cf5d2d1949
tree7f697e5cc595c906b4779f8301ef3eb58cfea728
parent73c50a27a453a5ed0d21ff23bd67c1dd6d864cb8
[SPARC64]: Align address in huge_pte_alloc().

We are about to fill in all HPAGE_SIZE's worth
of PAGE_SIZE ptes, so we have to give the first
pte in that set else we scribble over random memory
when we fill in the ptes.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/mm/hugetlbpage.c