From b134b918858c788eaad66bdca6d4938b3e57987f Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 8 Nov 2007 19:24:00 +0900 Subject: [PATCH] --- yaml --- r: 77685 b: refs/heads/master c: 2f725945822dbc2e481d5e6ab4693e19a0c99972 h: refs/heads/master i: 77683: 3996ca758e107c9292c402135a0e1cfb0069abfd v: v3 --- [refs] | 2 +- trunk/arch/sh64/oprofile/Makefile | 12 ------------ trunk/arch/sh64/oprofile/op_model_null.c | 23 ----------------------- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 trunk/arch/sh64/oprofile/Makefile delete mode 100644 trunk/arch/sh64/oprofile/op_model_null.c diff --git a/[refs] b/[refs] index b62d71548675..f3fa9f8df46a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f493473a907e41f89814bee682d705bbcc131933 +refs/heads/master: 2f725945822dbc2e481d5e6ab4693e19a0c99972 diff --git a/trunk/arch/sh64/oprofile/Makefile b/trunk/arch/sh64/oprofile/Makefile deleted file mode 100644 index 11a451f6a9c3..000000000000 --- a/trunk/arch/sh64/oprofile/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -obj-$(CONFIG_OPROFILE) += oprofile.o - -DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \ - oprof.o cpu_buffer.o buffer_sync.o \ - event_buffer.o oprofile_files.o \ - oprofilefs.o oprofile_stats.o \ - timer_int.o ) - -profdrvr-y := op_model_null.o - -oprofile-y := $(DRIVER_OBJS) $(profdrvr-y) - diff --git a/trunk/arch/sh64/oprofile/op_model_null.c b/trunk/arch/sh64/oprofile/op_model_null.c deleted file mode 100644 index a750ea1fee98..000000000000 --- a/trunk/arch/sh64/oprofile/op_model_null.c +++ /dev/null @@ -1,23 +0,0 @@ -/* - * arch/sh64/oprofile/op_model_null.c - * - * Copyright (C) 2003 Paul Mundt - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - */ -#include -#include -#include -#include - -int __init oprofile_arch_init(struct oprofile_operations *ops) -{ - return -ENODEV; -} - -void oprofile_arch_exit(void) -{ -} -