From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: + container-freezer-add-tif_freeze-flag-to-all-architectures-fix.patch added to -mm tree Date: Fri, 29 Aug 2008 15:13:10 -0700 Message-ID: <200808292226.m7TMQdEx007478@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:52527 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755928AbYH2W1M (ORCPT ); Fri, 29 Aug 2008 18:27:12 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: mm-commits@vger.kernel.org Cc: akpm@linux-foundation.org, clg@fr.ibm.com, matthltc@us.ibm.com, nigel@tuxonice.net, pavel@suse.cz, rjw@sisk.pl, serue@us.ibm.com The patch titled container-freezer-add-tif_freeze-flag-to-all-architectures-fix has been added to the -mm tree. Its filename is container-freezer-add-tif_freeze-flag-to-all-architectures-fix.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 *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: container-freezer-add-tif_freeze-flag-to-all-architectures-fix From: Andrew Morton Cc: Cedric Le Goater Cc: Matt Helsley Cc: Nigel Cunningham Cc: Pavel Machek Cc: Rafael J. Wysocki Cc: Serge E. Hallyn Signed-off-by: Andrew Morton --- arch/sparc/include/asm/thread_info_32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/sparc/include/asm/thread_info_32.h~container-freezer-add-tif_freeze-flag-to-all-architectures-fix arch/sparc/include/asm/thread_info_32.h --- a/arch/sparc/include/asm/thread_info_32.h~container-freezer-add-tif_freeze-flag-to-all-architectures-fix +++ a/arch/sparc/include/asm/thread_info_32.h @@ -153,7 +153,7 @@ BTFIXUPDEF_CALL(void, free_thread_info, #define _TIF_DO_NOTIFY_RESUME_MASK (_TIF_NOTIFY_RESUME | \ _TIF_SIGPENDING | \ _TIF_RESTORE_SIGMASK) -#define TIF_FREEZE (1<