]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 21 Nov 2010 11:00:56 +0000 (11:00 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Nov 2010 20:45:45 +0000 (20:45 +0000)
commitb0d03745b18c39b8e86e70f7778f2093d2cd4ed7
tree902fb790003a56eb2361d233913f7f4876851f1d
parent69529c0eb76469168f1dd5851f363dbab17ce8fd
ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()

These old names are just aliases for pgd_alloc/pgd_free.  Just use the
new names.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/pgalloc.h
arch/arm/mm/pgd.c