Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/conf decouple tprof and its backends.



details:   https://anonhg.NetBSD.org/src/rev/bfb31d8ec472
branches:  trunk
changeset: 761693:bfb31d8ec472
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 05 14:00:34 2011 +0000

description:
decouple tprof and its backends.

diffstat:

 sys/arch/x86/conf/files.x86 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r fdc22ca2dabd -r bfb31d8ec472 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Sat Feb 05 13:51:56 2011 +0000
+++ b/sys/arch/x86/conf/files.x86       Sat Feb 05 14:00:34 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index