From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761321AbXLUMb7 (ORCPT ); Fri, 21 Dec 2007 07:31:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754750AbXLUMbm (ORCPT ); Fri, 21 Dec 2007 07:31:42 -0500 Received: from smtp2.it.da.ut.ee ([193.40.5.67]:55556 "EHLO smtp2.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970AbXLUMbl (ORCPT ); Fri, 21 Dec 2007 07:31:41 -0500 Date: Fri, 21 Dec 2007 14:31:39 +0200 (EET) From: Meelis Roos To: Ingo Molnar cc: Linux Kernel list Subject: Re: Warnings from sched_debug.c In-Reply-To: <20071221110336.GB29047@elte.hu> Message-ID: References: <20071221110336.GB29047@elte.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > it should be harmless. Does the patch below fix the warnings? Yes, the warnings are gone, thanks! However, I found another somewhat strange thing while testing it - touching kernels/sched_debug.c does not cause a recompile since sched_debug.c is only #included from sched.c. Found it because I was looking for sched_debug.o recompile. -- Meelis Roos (mroos@linux.ee)