From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758998Ab3DYQow (ORCPT ); Thu, 25 Apr 2013 12:44:52 -0400 Received: from www.linutronix.de ([62.245.132.108]:45075 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758900Ab3DYQou convert rfc822-to-8bit (ORCPT ); Thu, 25 Apr 2013 12:44:50 -0400 Date: Thu, 25 Apr 2013 18:44:41 +0200 From: Sebastian Andrzej Siewior To: Steven Rostedt Cc: LKML , RT , Thomas Gleixner , Clark Williams , John Kacur , Tony Luck , Borislav Petkov , Mauro Carvalho Chehab , Ingo Molnar , "H. Peter Anvin" Subject: Re: [PATCH RT v2] x86/mce: Defer mce wakeups to threads for PREEMPT_RT Message-ID: <20130425164441.GG5561@linutronix.de> References: <1365705214.9609.58.camel@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <1365705214.9609.58.camel@gandalf.local.home> X-Key-Id: 97C4700B X-Key-Fingerprint: 09E2 D1F3 9A3A FF13 C3D3 961C 0688 1C1E 97C4 700B User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt | 2013-04-11 14:33:34 [-0400]: >Comments? So you don't mind if I take this for v3.8? I fixed |arch/x86/kernel/cpu/mcheck/mce.c:1392:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes] >+static void mce_notify_work() ^^ Sebastian