Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6852fd9b authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar
Browse files

x86/oprofile: reanaming op_model_athlon.c to op_model_amd.c



Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
Cc: oprofile-list <oprofile-list@lists.sourceforge.net>
Cc: Barry Kasindorf <barry.kasindorf@amd.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent bd17b625
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,6 +7,6 @@ DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
		timer_int.o )
		timer_int.o )


oprofile-y				:= $(DRIVER_OBJS) init.o backtrace.o
oprofile-y				:= $(DRIVER_OBJS) init.o backtrace.o
oprofile-$(CONFIG_X86_LOCAL_APIC) 	+= nmi_int.o op_model_athlon.o \
oprofile-$(CONFIG_X86_LOCAL_APIC) 	+= nmi_int.o op_model_amd.o \
					   op_model_ppro.o op_model_p4.o
					   op_model_ppro.o op_model_p4.o
oprofile-$(CONFIG_X86_IO_APIC)		+= nmi_timer_int.o
oprofile-$(CONFIG_X86_IO_APIC)		+= nmi_timer_int.o
+1 −1
Original line number Original line Diff line number Diff line
/*
/*
 * @file op_model_athlon.c
 * @file op_model_amd.c
 * athlon / K7 / K8 / Family 10h model-specific MSR operations
 * athlon / K7 / K8 / Family 10h model-specific MSR operations
 *
 *
 * @remark Copyright 2002-2008 OProfile authors
 * @remark Copyright 2002-2008 OProfile authors