Module Name:    src
Committed By:   yamt
Date:           Sat Feb  5 14:00:34 UTC 2011

Modified Files:
        src/sys/arch/x86/conf: files.x86

Log Message:
decouple tprof and its backends.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/conf/files.x86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/conf/files.x86
diff -u src/sys/arch/x86/conf/files.x86:1.56 src/sys/arch/x86/conf/files.x86:1.57
--- src/sys/arch/x86/conf/files.x86:1.56	Sun Jul 18 09:29:12 2010
+++ src/sys/arch/x86/conf/files.x86	Sat Feb  5 14:00:34 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.x86,v 1.56 2010/07/18 09:29:12 jruoho Exp $
+#	$NetBSD: files.x86,v 1.57 2011/02/05 14:00:34 yamt Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -119,7 +119,8 @@
 
 file	arch/x86/x86/vga_post.c		vga_post
 
-file	arch/x86/x86/tprof_pmi.c	tprof	needs-flag
+file	arch/x86/x86/tprof_pmi.c	tprof_pmi
+file	arch/x86/x86/tprof_amdpmi.c	tprof_amdpmi
 
 file	arch/x86/pci/pci_machdep.c	pci
 file	arch/x86/pci/pci_intr_machdep.c	pci

Reply via email to