]> git.hungrycats.org Git - linux/commit
sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.
authorDavid S. Miller <davem@davemloft.net>
Thu, 25 Sep 2014 04:49:29 +0000 (21:49 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Oct 2014 16:43:18 +0000 (09:43 -0700)
commit004f665611c50b381ceea3b6f368b4d9327dcbca
tree760d441fe93109658719696222f92724fa242b99
parent1bbd6776e3957b0a9f8006e2d38a71149f705ca6
sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.

Make sure, at compile time, that the kernel can properly support
whatever MAX_PHYS_ADDRESS_BITS is defined to.

On M7 chips, use a max_phys_bits value of 49.

Based upon a patch by Bob Picco.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Bob Picco <bob.picco@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/sparc/include/asm/page_64.h
arch/sparc/include/asm/pgtable_64.h
arch/sparc/mm/init_64.c