The patch titled
parisc: balance parenthesis in pte_free_kernel()
has been added to the -mm tree. Its filename is
config_highpte-vs-sub-page-page-tables-fix-2.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: parisc: balance parenthesis in pte_free_kernel()
From: Mariusz Kozlowski <[EMAIL PROTECTED]>
Another parenthesis fix.
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Cc: Martin Schwidefsky <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-parisc/pgalloc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN
include/asm-parisc/pgalloc.h~config_highpte-vs-sub-page-page-tables-fix-2
include/asm-parisc/pgalloc.h
--- a/include/asm-parisc/pgalloc.h~config_highpte-vs-sub-page-page-tables-fix-2
+++ a/include/asm-parisc/pgalloc.h
@@ -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)
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-mmc.patch
config_highpte-vs-sub-page-page-tables-fix-2.patch
reiser4.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html