[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)
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>

No differences found