From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757335AbbCPRse (ORCPT ); Mon, 16 Mar 2015 13:48:34 -0400 Received: from www.linutronix.de ([62.245.132.108]:36744 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757045AbbCPRsb (ORCPT ); Mon, 16 Mar 2015 13:48:31 -0400 Date: Mon, 16 Mar 2015 18:48:29 +0100 From: Sebastian Andrzej Siewior To: Steven Rostedt Cc: LKML , linux-rt-users , Thomas Gleixner Subject: Re: [PATCH RT] irq_work: Hide access to hirq_work_list in PREEMPT_RT_FULL Message-ID: <20150316174829.GD28130@linutronix.de> References: <20150312180857.31a0f7d1@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150312180857.31a0f7d1@gandalf.local.home> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt | 2015-03-12 18:08:57 [-0400]: >The hirq_work_list is only defined when PREEMPT_RT_FULL is configured. >Most access to it is within an #ifdef CONFIG_PREEMPT_RT_FULL, except >for one. Encapsulate that location too. > >Signed-off-by: Steven Rostedt Applied Sebastian