Skip to content

Commit

Permalink
9251 p123_pcbe is useless and can be removed
Browse files Browse the repository at this point in the history
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
  • Loading branch information
Yuri Pankov authored and jclulow committed Mar 11, 2018
1 parent 2d63d7e commit b13f152
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,217 deletions.
4 changes: 0 additions & 4 deletions usr/src/pkg/manifests/diagnostic-cpu-counters.mf
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ $(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.AuthenticAMD group=sys \
mode=0755
$(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.15 group=sys \
mode=0755
$(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6 group=sys \
mode=0755
$(i386_ONLY)file path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.6.15 \
group=sys mode=0755
file path=usr/lib/$(ARCH64)/libcpc.so.1
Expand Down Expand Up @@ -100,8 +98,6 @@ file path=usr/share/man/man3lib/libpctx.3lib
hardlink path=usr/bin/cputrack target=../lib/isaexec
$(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.23 target=pcbe.62
$(sparc_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.4.7 target=pcbe.4.6
$(i386_ONLY)hardlink path=usr/kernel/pcbe/$(ARCH64)/pcbe.GenuineIntel.5 \
target=pcbe.GenuineIntel.6
legacy pkg=SUNWcpcu desc="CPU Performance Counter libraries and utilities" \
name="CPU Performance Counter libraries and utilities"
license cr_Sun license=cr_Sun
Expand Down
7 changes: 1 addition & 6 deletions usr/src/uts/intel/Makefile.files
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2013, Joyent, Inc. All rights reserved.
# Copyright 2017 Nexenta Systems, Inc.
# Copyright 2018 Nexenta Systems, Inc.
#

#
Expand Down Expand Up @@ -235,11 +235,6 @@ SDT_OBJS += sdt.o
#
AMD8111S_OBJS += amd8111s_main.o amd8111s_hw.o

#
# Pentium Performance Counter BackEnd module
#
P123_PCBE_OBJS = p123_pcbe.o

#
# Pentium 4 Performance Counter BackEnd module
#
Expand Down
4 changes: 2 additions & 2 deletions usr/src/uts/intel/Makefile.intel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Copyright (c) 2013 Andrew Stormont. All rights reserved.
# Copyright 2016 Joyent, Inc.
# Copyright 2016 Garrett D'Amore <garrett@damore.org>
# Copyright 2017 Nexenta Systems, Inc.
# Copyright 2018 Nexenta Systems, Inc.
#

#
Expand Down Expand Up @@ -699,7 +699,7 @@ GENUNIX_KMODS += genunix
#
# Performance Counter BackEnd modules (/usr/kernel/pcbe)
#
PCBE_KMODS += p123_pcbe p4_pcbe opteron_pcbe core_pcbe
PCBE_KMODS += p4_pcbe opteron_pcbe core_pcbe

#
# MAC-Type Plugin Modules (/kernel/mac)
Expand Down
93 changes: 0 additions & 93 deletions usr/src/uts/intel/p123_pcbe/Makefile

This file was deleted.

Loading

0 comments on commit b13f152

Please sign in to comment.