From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rrTvV14y5zDqyg for ; Fri, 15 Jul 2016 20:53:42 +1000 (AEST) In-Reply-To: <1468284892-27765-5-git-send-email-dja@axtens.net> To: Daniel Axtens , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: arnd@arndb.de, Daniel Axtens Subject: Re: [v2,5/5] powerpc/sparse: Make ppc_md.{halt, restart} __noreturn Message-Id: <3rrTvT4QDSz9s3v@ozlabs.org> Date: Fri, 15 Jul 2016 20:53:41 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-12-07 at 00:54:52 UTC, Daniel Axtens wrote: > PowerNV marks it's halt and restart calls as __noreturn. However, > ppc_md does not have this annotation. Add the annotation to ppc_md, > and then to every halt/restart function that is missing it. > > Additionally, I have verified that all of these functions do not > return. Occasionally I have added a spin loop to be sure. > > Signed-off-by: Daniel Axtens Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/95ec77c06e8e63fff50c497eca cheers