The patch titled Subject: cris: select GENERIC_ATOMIC64 has been removed from the -mm tree. Its filename was cris-select-generic_atomic64.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/ ------------------------------------------------------ From: Cong Wang <xiyou.wangcong@xxxxxxxxx> Subject: cris: select GENERIC_ATOMIC64 Cris doesn't implement atomic64 operations neither, should select GENERIC_ATOMIC64. Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx> Cc: Mikael Starvik <starvik@xxxxxxxx> Cc: Jesper Nilsson <jesper.nilsson@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/cris/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN arch/cris/Kconfig~cris-select-generic_atomic64 arch/cris/Kconfig --- a/arch/cris/Kconfig~cris-select-generic_atomic64 +++ a/arch/cris/Kconfig @@ -40,6 +40,7 @@ config CRIS bool default y select HAVE_IDE + select GENERIC_ATOMIC64 select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP _ Patches currently in -mm which might be from xiyou.wangcong@xxxxxxxxx are origin.patch fs-move-file_remove_suid-to-fs-inodec.patch proc-clean-up-proc-pid-environ-handling.patch proc-clean-up-proc-pid-environ-handling-checkpatch-fixes.patch proc-remove-mm_for_maps.patch proc-use-mm_access-instead-of-ptrace_may_access.patch proc-use-is_err_or_null.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