summaryrefslogtreecommitdiff
path: root/usr/src/cmd/svc
diff options
context:
space:
mode:
authorrsmaeda <none@none>2006-06-30 07:32:05 -0700
committerrsmaeda <none@none>2006-06-30 07:32:05 -0700
commit1d4b38e0077763e7c9b20768eacb841957e787bc (patch)
treec20948d79cc7b285c6e9ff989342839b61d569e1 /usr/src/cmd/svc
parentd5fbc2382ba3b6e27ed2481fcfd8f091b5850cd7 (diff)
downloadillumos-joyent-1d4b38e0077763e7c9b20768eacb841957e787bc.tar.gz
6425012 LDoms CPU DR should be enhanced to interact with RCM
Diffstat (limited to 'usr/src/cmd/svc')
-rw-r--r--usr/src/cmd/svc/profile/Makefile4
-rw-r--r--usr/src/cmd/svc/profile/platform_sun4v.xml38
2 files changed, 41 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/profile/Makefile b/usr/src/cmd/svc/profile/Makefile
index 4ceafed84e..d193399b68 100644
--- a/usr/src/cmd/svc/profile/Makefile
+++ b/usr/src/cmd/svc/profile/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -50,7 +51,8 @@ PROFILESRCS = \
platform_SUNW,Ultra-Enterprise-10000.xml \
platform_SUNW,UltraSPARC-IIi-Netract.xml \
platform_i86pc.xml \
- platform_none.xml
+ platform_none.xml \
+ platform_sun4v.xml
PROFILES = $(PROFILESRCS:%=$(ROOTPROFILE)/%)
diff --git a/usr/src/cmd/svc/profile/platform_sun4v.xml b/usr/src/cmd/svc/profile/platform_sun4v.xml
new file mode 100644
index 0000000000..1201e876a7
--- /dev/null
+++ b/usr/src/cmd/svc/profile/platform_sun4v.xml
@@ -0,0 +1,38 @@
+<?xml version='1.0'?>
+<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
+<!--
+ Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ Use is subject to license terms.
+
+ CDDL HEADER START
+
+ The contents of this file are subject to the terms of the
+ Common Development and Distribution License (the "License").
+ You may not use this file except in compliance with the License.
+
+ You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ or http://www.opensolaris.org/os/licensing.
+ See the License for the specific language governing permissions
+ and limitations under the License.
+
+ When distributing Covered Code, include this CDDL HEADER in each
+ file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ If applicable, add the following below this CDDL HEADER, with the
+ fields enclosed by brackets "[]" replaced with your own identifying
+ information: Portions Copyright [yyyy] [name of copyright owner]
+
+ CDDL HEADER END
+
+ ident "%Z%%M% %I% %E% SMI"
+
+ NOTE: This service profile is not editable; its contents will be
+ overwritten by package or patch operations, including operating
+ system upgrade.
+
+ sun4v kernel arch service profile.
+-->
+<service_bundle type='profile' name='default'>
+ <service name='platform/sun4v/drd' version='1' type='service'>
+ <instance name='default' enabled='true'/>
+ </service>
+</service_bundle>