From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161509AbWAMJlv (ORCPT ); Fri, 13 Jan 2006 04:41:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161515AbWAMJlv (ORCPT ); Fri, 13 Jan 2006 04:41:51 -0500 Received: from wproxy.gmail.com ([64.233.184.195]:53008 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S1161509AbWAMJlu convert rfc822-to-8bit (ORCPT ); Fri, 13 Jan 2006 04:41:50 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=p4tM0cqZhUrC/1/gcb3urhFWCZAg9QEaVTlNHXhh8iZls/Mdo9Wb3xLHpOJVn1/yXDqhlVQtGhZnDxumpn8W0OkS5tULDHWSvEZbsowpxGi9G1lIYHrcvZk0/PYViEZLk99pBYVk1DNo5egzOefhnCAw8vj/i6A23B8QvfSV9xg= Message-ID: Date: Fri, 13 Jan 2006 10:41:47 +0100 From: Luca Falavigna To: mingo@elte.hu, Linux Kernel Mailing List Subject: [PATCH] Fixed a compile bug in 2.6.15-rt4 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch fixes a compile bug in 2.6.15-rt4, but I think it is present in hrtimer implementation too. Signed-off-by: Luca Falavigna