Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113606
b: refs/heads/master
c: 6852fd9
h: refs/heads/master
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 26, 2008
1 parent 1e883ba commit 14eaf49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd17b625c09d1ed14c4d98604186b0bbb314f6b2
refs/heads/master: 6852fd9b86d05063c6ef49d2e12e061cc7f6a105
2 changes: 1 addition & 1 deletion trunk/arch/x86/oprofile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DRIVER_OBJS = $(addprefix ../../../drivers/oprofile/, \
timer_int.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
oprofile-$(CONFIG_X86_IO_APIC) += nmi_timer_int.o
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* @file op_model_athlon.c
* @file op_model_amd.c
* athlon / K7 / K8 / Family 10h model-specific MSR operations
*
* @remark Copyright 2002-2008 OProfile authors
Expand Down

0 comments on commit 14eaf49

Please sign in to comment.