Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423877AbWKIPCm (ORCPT ); Thu, 9 Nov 2006 10:02:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423881AbWKIPCm (ORCPT ); Thu, 9 Nov 2006 10:02:42 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:37051 "EHLO e36.co.us.ibm.com") by vger.kernel.org with ESMTP id S1423877AbWKIPCl (ORCPT ); Thu, 9 Nov 2006 10:02:41 -0500 From: Kevin Corry Organization: IBM To: cbe-oss-dev@ozlabs.org, linuxppc-dev@ozlabs.org, oprofile-list@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [RFC,PATCH 2/2] Oprofile-on-Cell prereqs: Export hrtimer_forward Date: Thu, 9 Nov 2006 09:02:39 -0600 User-Agent: KMail/1.8.3 References: <200611090858.11590.kevcorry@us.ibm.com> In-Reply-To: <200611090858.11590.kevcorry@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611090902.39714.kevcorry@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 23 Add a symbol-export for kernel/hrtimer.c::hrtimer_forward(). This routine is needed by the upcoming Oprofile-for-Cell patches, since Oprofile can be built as a module. Signed-Off-By: Kevin Corry Index: linux-2.6.18-arnd5/kernel/hrtimer.c =================================================================== --- linux-2.6.18-arnd5.orig/kernel/hrtimer.c +++ linux-2.6.18-arnd5/kernel/hrtimer.c @@ -335,6 +335,7 @@ hrtimer_forward(struct hrtimer *timer, k return orun; } +EXPORT_SYMBOL_GPL(hrtimer_forward); /* * enqueue_hrtimer - internal function to (re)start a timer - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/