112719SRod.Evans@Sun.COM# 212719SRod.Evans@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 312719SRod.Evans@Sun.COM# 412719SRod.Evans@Sun.COM# CDDL HEADER START 512719SRod.Evans@Sun.COM# 612719SRod.Evans@Sun.COM# The contents of this file are subject to the terms of the 712719SRod.Evans@Sun.COM# Common Development and Distribution License (the "License"). 812719SRod.Evans@Sun.COM# You may not use this file except in compliance with the License. 912719SRod.Evans@Sun.COM# 1012719SRod.Evans@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 1112719SRod.Evans@Sun.COM# or http://www.opensolaris.org/os/licensing. 1212719SRod.Evans@Sun.COM# See the License for the specific language governing permissions 1312719SRod.Evans@Sun.COM# and limitations under the License. 1412719SRod.Evans@Sun.COM# 1512719SRod.Evans@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 1612719SRod.Evans@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1712719SRod.Evans@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 1812719SRod.Evans@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 1912719SRod.Evans@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 2012719SRod.Evans@Sun.COM# 2112719SRod.Evans@Sun.COM# CDDL HEADER END 2212719SRod.Evans@Sun.COM# 2312719SRod.Evans@Sun.COM 2412719SRod.Evans@Sun.COM$mapfile_version 2 2512719SRod.Evans@Sun.COM 2612719SRod.Evans@Sun.COMCAPABILITY sun4v-hwcap2 { 2712719SRod.Evans@Sun.COM MACHINE = sun4v; 2812719SRod.Evans@Sun.COM HW += ASI_BLK_INIT VIS; 2912719SRod.Evans@Sun.COM}; 3012719SRod.Evans@Sun.COM 3112719SRod.Evans@Sun.COMSYMBOL_SCOPE { 3212719SRod.Evans@Sun.COM global: 3312719SRod.Evans@Sun.COM __align_cpy_1; 3412719SRod.Evans@Sun.COM _memcpy; 3512719SRod.Evans@Sun.COM _memmove; 3612719SRod.Evans@Sun.COM memcpy; 3712719SRod.Evans@Sun.COM memmove; 38*13081SChris.Kiick@Sun.COM smt_pause; 3912719SRod.Evans@Sun.COM local: 4012719SRod.Evans@Sun.COM *; 4112719SRod.Evans@Sun.COM}; 42