commit | 9df1dab1df58ef20ef7df9b8f39d86cf5d2d1949 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Mar 31 00:36:25 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Mar 31 23:03:36 2006 -0800 |
tree | 7f697e5cc595c906b4779f8301ef3eb58cfea728 | |
parent | 73c50a27a453a5ed0d21ff23bd67c1dd6d864cb8 [diff] |
[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>