Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261484AbUKIK6T (ORCPT ); Tue, 9 Nov 2004 05:58:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261493AbUKIK4w (ORCPT ); Tue, 9 Nov 2004 05:56:52 -0500 Received: from omx3-ext.sgi.com ([192.48.171.20]:53719 "EHLO omx3.sgi.com") by vger.kernel.org with ESMTP id S261498AbUKIKmP (ORCPT ); Tue, 9 Nov 2004 05:42:15 -0500 Subject: [PATCH 11/11] oprofile: update sparc64 for api changes From: Greg Banks To: Andrew Morton Cc: OProfile List , Linux Kernel Mailing List Content-Type: multipart/mixed; boundary="=-NP/PRKhQN1X2nzxcqKwi" Organization: Silicon Graphics Inc, Australian Software Group. Message-Id: <1099996920.1985.801.camel@hole.melbourne.sgi.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Tue, 09 Nov 2004 21:42:00 +1100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1473 Lines: 51 --=-NP/PRKhQN1X2nzxcqKwi Content-Type: text/plain Content-Transfer-Encoding: 7bit -- Greg Banks, R&D Software Engineer, SGI Australian Software Group. I don't speak for SGI. --=-NP/PRKhQN1X2nzxcqKwi Content-Disposition: attachment; filename=oprofile-callgraph-sparc64 Content-Type: text/plain; name=oprofile-callgraph-sparc64; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit oprofile sparc64 arch updates, including some internal API changes. Signed-off-by: John Levon Signed-off-by: Greg Banks --- arch/sparc64/oprofile/init.c | 5 +---- 1 files changed, 1 insertion(+), 4 deletions(-) Index: linux/arch/sparc64/oprofile/init.c =================================================================== --- linux.orig/arch/sparc64/oprofile/init.c 2004-10-19 07:54:37.%N +1000 +++ linux/arch/sparc64/oprofile/init.c 2004-11-06 01:26:59.%N +1100 @@ -12,11 +12,8 @@ #include #include -extern void timer_init(struct oprofile_operations ** ops); - -int __init oprofile_arch_init(struct oprofile_operations ** ops) +void __init oprofile_arch_init(struct oprofile_operations * ops) { - return -ENODEV; } --=-NP/PRKhQN1X2nzxcqKwi-- - 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/