The patch titled Subject: cris: select GENERIC_ATOMIC64 has been added to the -mm tree. Its filename is cris-select-generic_atomic64.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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 @@ -49,6 +49,7 @@ config CRIS select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP + select GENERIC_ATOMIC64 config HZ int _ Subject: Subject: cris: select GENERIC_ATOMIC64 Patches currently in -mm which might be from xiyou.wangcong@xxxxxxxxx are origin.patch linux-next.patch x86-mm-fix-the-size-calculation-of-mapping-tables.patch cris-select-generic_atomic64.patch nmi-watchdog-do-not-use-cpp-symbol-in-kconfig.patch kcore-make-get_sparsemem_vmemmap_info-static.patch proc-clean-up-proc-pid-environ-handling.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