Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752586AbcCGL1l (ORCPT ); Mon, 7 Mar 2016 06:27:41 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36795 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752180AbcCGL1f (ORCPT ); Mon, 7 Mar 2016 06:27:35 -0500 From: Luca Abeni To: Juri Lelli , Peter Zijlstra Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Luca Abeni Subject: [PATCH v2] simplify new deadline tasks detection Date: Mon, 7 Mar 2016 12:27:03 +0100 Message-Id: <1457350024-7825-1-git-send-email-luca.abeni@unitn.it> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 635 Lines: 18 This is v2 of my previous patch removing dl_new; repect to the previos version, I (hopeflly) fixed all the coding style issues (now scripts/checkpatch.pl reports 0 warinngs and 0 errors). The patch has been tested with Juri's deadline tests and some other tests based on periodic real-time threads, and the tests did not show any regressions respect to git master. Luca Abeni (1): sched/deadline: remove dl_new from sched_dl_entity include/linux/sched.h | 6 +----- kernel/sched/core.c | 1 - kernel/sched/deadline.c | 35 +++++++++++++---------------------- 3 files changed, 14 insertions(+), 28 deletions(-) -- 2.5.0