16134e783Sdarrenm#
26134e783Sdarrenm# CDDL HEADER START
36134e783Sdarrenm#
46134e783Sdarrenm# The contents of this file are subject to the terms of the
5*cd3e9333SAli Bahrami# Common Development and Distribution License (the "License").
6*cd3e9333SAli Bahrami# You may not use this file except in compliance with the License.
76134e783Sdarrenm#
86134e783Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96134e783Sdarrenm# or http://www.opensolaris.org/os/licensing.
106134e783Sdarrenm# See the License for the specific language governing permissions
116134e783Sdarrenm# and limitations under the License.
126134e783Sdarrenm#
136134e783Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each
146134e783Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156134e783Sdarrenm# If applicable, add the following below this CDDL HEADER, with the
166134e783Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying
176134e783Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner]
186134e783Sdarrenm#
196134e783Sdarrenm# CDDL HEADER END
206134e783Sdarrenm#
21*cd3e9333SAli Bahrami# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
226134e783Sdarrenm#
23*cd3e9333SAli Bahrami
24*cd3e9333SAli Bahrami$mapfile_version 2
256134e783Sdarrenm
266134e783Sdarrenm# Override the insertion of SSE2/MMX tags into .SUNWcap since we do a
276134e783Sdarrenm# runtime check for this and don't need the loaders help.
286134e783Sdarrenm# Note that this overrides all HWCAP tags not just SSE2/MMX.
29*cd3e9333SAli BahramiCAPABILITY {
30*cd3e9333SAli Bahrami	hw_1 = 0x0;
31*cd3e9333SAli Bahrami};
32