[BACK]Return to init.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / sparc / oprofile

File: [Development] / linux-2.6-xfs / arch / sparc / oprofile / init.c (download)

Revision 1.1, Tue Oct 31 15:49:12 2006 UTC (10 years, 11 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Merge up to 2.6.19-rc3
Merge of 2.6.x-xfs-melb:linux:27325b by kenmcd.

/**
 * @file init.c
 *
 * @remark Copyright 2002 OProfile authors
 * @remark Read the file COPYING
 *
 * @author John Levon <levon@movementarian.org>
 */

#include <linux/kernel.h>
#include <linux/oprofile.h>
#include <linux/errno.h>
#include <linux/init.h>
 
int __init oprofile_arch_init(struct oprofile_operations * ops)
{
	return -ENODEV;
}


void oprofile_arch_exit(void)
{
}