The patch titled m68knommu: add pgtable_t has been removed from the -mm tree. Its filename was m68knommu-compile-error.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: m68knommu: add pgtable_t From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> CC init/main.o In file included from include2/asm/uaccess.h:8, from include/linux/poll.h:13, from include/linux/rtc.h:113, from include/linux/efi.h:19, from linux-2.6/init/main.c:43: include/linux/mm.h:1151: error: expected declaration specifiers or '...' before 'pgtable_t' Signed-off-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Reported-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-m68knommu/page.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-m68knommu/page.h~m68knommu-compile-error include/asm-m68knommu/page.h --- a/include/asm-m68knommu/page.h~m68knommu-compile-error +++ a/include/asm-m68knommu/page.h @@ -31,6 +31,7 @@ typedef struct { unsigned long pte; } pt typedef struct { unsigned long pmd[16]; } pmd_t; typedef struct { unsigned long pgd; } pgd_t; typedef struct { unsigned long pgprot; } pgprot_t; +typedef struct page *pgtable_t; #define pte_val(x) ((x).pte) #define pmd_val(x) ((&x)->pmd[0]) _ Patches currently in -mm which might be from schwidefsky@xxxxxxxxxx are git-s390.patch percpu-fix-debug_preempt-per_cpu-checking.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html