Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261487AbUKILQP (ORCPT ); Tue, 9 Nov 2004 06:16:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261478AbUKIKzz (ORCPT ); Tue, 9 Nov 2004 05:55:55 -0500 Received: from omx2-ext.sgi.com ([192.48.171.19]:5272 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S261497AbUKIKlw (ORCPT ); Tue, 9 Nov 2004 05:41:52 -0500 Subject: [PATCH 10/11] oprofile: update sh for api changes From: Greg Banks To: Andrew Morton Cc: OProfile List , Linux Kernel Mailing List Content-Type: multipart/mixed; boundary="=-msEwVN8htwEnr778RP6F" Organization: Silicon Graphics Inc, Australian Software Group. Message-Id: <1099996897.1985.799.camel@hole.melbourne.sgi.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Tue, 09 Nov 2004 21:41:38 +1100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1434 Lines: 48 --=-msEwVN8htwEnr778RP6F Content-Type: text/plain Content-Transfer-Encoding: 7bit -- Greg Banks, R&D Software Engineer, SGI Australian Software Group. I don't speak for SGI. --=-msEwVN8htwEnr778RP6F Content-Disposition: attachment; filename=oprofile-callgraph-sh Content-Type: text/plain; name=oprofile-callgraph-sh; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit oprofile sh arch updates, including some internal API changes. Signed-off-by: John Levon Signed-off-by: Greg Banks --- arch/sh/oprofile/op_model_null.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: linux/arch/sh/oprofile/op_model_null.c =================================================================== --- linux.orig/arch/sh/oprofile/op_model_null.c 2004-10-19 07:53:46.%N +1000 +++ linux/arch/sh/oprofile/op_model_null.c 2004-11-06 01:26:59.%N +1100 @@ -12,9 +12,8 @@ #include #include -int __init oprofile_arch_init(struct oprofile_operations **ops) +void __init oprofile_arch_init(struct oprofile_operations *ops) { - return -ENODEV; } void oprofile_arch_exit(void) --=-msEwVN8htwEnr778RP6F-- - 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/