The patch titled
     CRIS: define __ARCH_WANT_SYS_RT_SIGSUSPEND in unistd.h for CRIS
has been removed from the -mm tree.  Its filename was
     cris-define-__arch_want_sys_rt_sigsuspend-in-unistdh-for-cris.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: CRIS: define __ARCH_WANT_SYS_RT_SIGSUSPEND in unistd.h for CRIS
From: Jesper Nilsson <[EMAIL PROTECTED]>

This allows us to use the commong sys_rt_sigsuspend instead of
having our own.

Signed-off-by: Jesper Nilsson <[EMAIL PROTECTED]>
Cc: Mikael Starvik <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/asm-cris/unistd.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN 
include/asm-cris/unistd.h~cris-define-__arch_want_sys_rt_sigsuspend-in-unistdh-for-cris
 include/asm-cris/unistd.h
--- 
a/include/asm-cris/unistd.h~cris-define-__arch_want_sys_rt_sigsuspend-in-unistdh-for-cris
+++ a/include/asm-cris/unistd.h
@@ -358,6 +358,7 @@
 #define __ARCH_WANT_SYS_SIGPENDING
 #define __ARCH_WANT_SYS_SIGPROCMASK
 #define __ARCH_WANT_SYS_RT_SIGACTION
+#define __ARCH_WANT_SYS_RT_SIGSUSPEND
 
 /*
  * "Conditional" syscalls
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
cris-v10-vmlinuxldss-fix-kernel-oops-on-boot-and-use-common-defines.patch
git-kbuild.patch
git-mtd.patch
cris-avoid-using-arch-links-in-kconfig.patch
cris-remove-unused-__dummy-const_addr-and-addr-from-bitopsh.patch
avoid-overflows-in-kernel-timec.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to