The patch titled vt-remove-vt-specific-declarations-and-definitions-from-fix has been added to the -mm tree. Its filename is vt-remove-vt-specific-declarations-and-definitions-from-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: vt-remove-vt-specific-declarations-and-definitions-from-fix From: Andrew Morton <akpm@xxxxxxxx> arch/alpha/kernel/process.c: In function 'common_shutdown_1': arch/alpha/kernel/process.c:135: error: 'MAX_NR_CONSOLES' undeclared (first use in this function) arch/alpha/kernel/process.c:135: error: (Each undeclared identifier is reported only once Signed-off-by: Jon Smirl <jonsmir@xxxxxxxxx> Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/alpha/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/alpha/kernel/process.c~vt-remove-vt-specific-declarations-and-definitions-from-fix arch/alpha/kernel/process.c --- a/arch/alpha/kernel/process.c~vt-remove-vt-specific-declarations-and-definitions-from-fix +++ a/arch/alpha/kernel/process.c @@ -25,6 +25,7 @@ #include <linux/time.h> #include <linux/major.h> #include <linux/stat.h> +#include <linux/vt.h> #include <linux/mman.h> #include <linux/elfcore.h> #include <linux/reboot.h> _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch genirq-ia64-cleanup.patch zvc-zone_reclaim-leave-1%-of-unmapped-pagecache-pages-for-file-i-o.patch make-more-file_operation-structs-static.patch lockdep-add-disable-enable_irq_lockdep-api.patch lockdep-irqtrace-subsystem-x86_64-support.patch forcedeth-typecast-cleanup.patch sched-clean-up-fallout-of-recent-changes.patch vt-remove-vt-specific-declarations-and-definitions-from-fix.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