Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / microblaze / oprofile / microblaze_oprofile.c
blobdef17e59888efd6b0923e8228dfcfc0ea28ce9d5
1 /*
2 * Microblaze oprofile code
4 * Copyright (C) 2009 Michal Simek <monstr@monstr.eu>
5 * Copyright (C) 2009 PetaLogix
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file "COPYING" in the main directory of this archive
9 * for more details.
12 #include <linux/oprofile.h>
13 #include <linux/init.h>
15 int __init oprofile_arch_init(struct oprofile_operations *ops)
17 return -1;
20 void oprofile_arch_exit(void)