[parisc-linux] [PATCH] parisc: balance parenthesis in pte_free_kernel()
Mariusz Kozlowski
m.kozlowski at tuxland.pl
Thu Nov 15 15:58:04 MST 2007
Hello,
Another parenthesis fix.
Regards,
Mariusz
Signed-off-by: Mariusz Kozlowski <m.kozlowski at tuxland.pl>
include/asm-parisc/pgalloc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.24-rc2-mm1-a/include/asm-parisc/pgalloc.h 2007-11-15 11:36:44.000000000 +0100
+++ linux-2.6.24-rc2-mm1-b/include/asm-parisc/pgalloc.h 2007-11-15 11:37:17.000000000 +0100
@@ -141,7 +141,7 @@ static inline void pte_free_kernel(struc
static inline void pte_free_kernel(struct mm_struct *mm, struct page *pte)
{
pgtable_page_dtor(pte);
- pte_free_kernel(page_address((pte));
+ pte_free_kernel(page_address(pte));
}
#define check_pgt_cache() do { } while (0)
More information about the parisc-linux
mailing list