Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761228AbZLJRZg (ORCPT ); Thu, 10 Dec 2009 12:25:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761186AbZLJRZe (ORCPT ); Thu, 10 Dec 2009 12:25:34 -0500 Received: from mail3.caviumnetworks.com ([12.108.191.235]:3772 "EHLO mail3.caviumnetworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760874AbZLJRZc (ORCPT ); Thu, 10 Dec 2009 12:25:32 -0500 Message-ID: <4B212EEC.3060808@caviumnetworks.com> Date: Thu, 10 Dec 2009 09:25:00 -0800 From: David Daney User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Andrew Morton , David Howells , Koichi Yasutake , linux-am33-list@redhat.com, Kyle McMartin , Helge Deller , linux-parisc@vger.kernel.org, Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@ozlabs.org, Richard Henderson , Ivan Kokshaysky , Matt Turner , linux-alpha@vger.kernel.org, Mike Frysinger , uclinux-dist-devel@blackfin.uclinux.org CC: Linux Kernel Mailing List , linux-arch@vger.kernel.org, Linus Torvalds Subject: [PATCH 0/5] More unreachable() conversions. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Dec 2009 17:25:02.0604 (UTC) FILETIME=[B50194C0:01CA79BD] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1245 Lines: 32 Back in commit 38938c879eb0c39edf85d5164aa0cffe2874304c the new macro unreachable() was added. We can use it in BUG instead of a variety of ad hoc endless loops. This patch set consists of the patches from the original set that were never Acked-by anyone. Although they are completely untested, they seem plausible. I don't plan on pushing these things out any more, so if you like them please merge them via your architecture trees. I will reply with the 5 patches. David Daney (5): mn10300: Convert BUG() to use unreachable() parisc: Convert BUG() to use unreachable() powerpc: Convert BUG() to use unreachable() alpha: Convert BUG() to use unreachable() blackfin: Convert BUG() to use unreachable() arch/alpha/include/asm/bug.h | 3 ++- arch/blackfin/include/asm/bug.h | 2 +- arch/mn10300/include/asm/bug.h | 3 ++- arch/parisc/include/asm/bug.h | 4 ++-- arch/powerpc/include/asm/bug.h | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/