The patch titled s390: remove HIGHMEM dependencies has been removed from the -mm tree. Its filename is reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones-s390-fix-fix.patch This patch was dropped because it was folded into reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones.patch ------------------------------------------------------ Subject: s390: remove HIGHMEM dependencies From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> s390 doesn't support CONFIG_HIGHMEM. Anything that depends on it would be dead code. Acked-by: Christoph Lameter <clameter@xxxxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/s390/appldata/appldata_mem.c | 3 --- 1 files changed, 3 deletions(-) diff -puN arch/s390/appldata/appldata_mem.c~reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones-s390-fix-fix arch/s390/appldata/appldata_mem.c --- a/arch/s390/appldata/appldata_mem.c~reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones-s390-fix-fix +++ a/arch/s390/appldata/appldata_mem.c @@ -118,9 +118,6 @@ static void appldata_get_mem_data(void * mem_data->pswpin = ev[PSWPIN]; mem_data->pswpout = ev[PSWPOUT]; mem_data->pgalloc = ev[PGALLOC_NORMAL] + ev[PGALLOC_DMA]; -#ifdef CONFIG_HIGHMEM - mem_data->pgalloc += ev[PGALLOC_HIGH]; -#endif mem_data->pgfault = ev[PGFAULT]; mem_data->pgmajfault = ev[PGMAJFAULT]; _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are origin.patch reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones.patch reduce-max_nr_zones-remove-display-of-counters-for-unconfigured-zones-s390-fix-fix.patch slab-respect-architecture-and-caller-mandated-alignment.patch bootmem-use-max_dma_address-instead-of-low32limit.patch own-header-file-for-struct-page.patch convert-s390-page-handling-macros-to-functions.patch convert-s390-page-handling-macros-to-functions-fix.patch s390-fix-cmm-kernel-thread-handling.patch make-touch_nmi_watchdog-imply-touch_softlockup_watchdog-on-fix.patch simplify-update_times-avoid-jiffies-jiffies_64-aliasing-problem-2.patch kill-wall_jiffies.patch introduce-kernel_execve.patch rename-the-provided-execve-functions-to-kernel_execve.patch provide-kernel_execve-on-all-architectures.patch provide-kernel_execve-on-all-architectures-fix.patch remove-the-use-of-_syscallx-macros-in-uml.patch sh64-remove-the-use-of-kernel-syscalls.patch remove-remaining-errno-and-__kernel_syscalls__-references.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