From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751363AbcGLUEj (ORCPT ); Tue, 12 Jul 2016 16:04:39 -0400 Received: from www.linutronix.de ([62.245.132.108]:35870 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808AbcGLUEi (ORCPT ); Tue, 12 Jul 2016 16:04:38 -0400 Date: Tue, 12 Jul 2016 22:04:29 +0200 From: Sebastian Andrzej Siewior To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, linux-rt-users , Thomas Gleixner , Carsten Emde , John Kacur , Paul Gortmaker Subject: Re: [PATCH RT 11/20] ARM: imx: always use TWD on IMX6Q Message-ID: <20160712200429.GA4302@linutronix.de> References: <20160712142405.634544943@goodmis.org> <20160712142419.367116752@goodmis.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160712142419.367116752@goodmis.org> 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 | 2016-07-12 10:24:16 [-0400]: >4.1.27-rt31-rc1 stable review patch. >If anyone has any objections, please let me know. I don't recommend to cherry-pick this. The symbol it selects (HAVE_ARM_TWD) has "depends on SMP" in v4.1. In v4.4 there should be AM43xx which is UP and also uses the TWD so the change is simple here. Sebastian