17656SSherry.Moore@Sun.COM# 27656SSherry.Moore@Sun.COM# CDDL HEADER START 37656SSherry.Moore@Sun.COM# 47656SSherry.Moore@Sun.COM# The contents of this file are subject to the terms of the 57656SSherry.Moore@Sun.COM# Common Development and Distribution License (the "License"). 67656SSherry.Moore@Sun.COM# You may not use this file except in compliance with the License. 77656SSherry.Moore@Sun.COM# 87656SSherry.Moore@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97656SSherry.Moore@Sun.COM# or http://www.opensolaris.org/os/licensing. 107656SSherry.Moore@Sun.COM# See the License for the specific language governing permissions 117656SSherry.Moore@Sun.COM# and limitations under the License. 127656SSherry.Moore@Sun.COM# 137656SSherry.Moore@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 147656SSherry.Moore@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157656SSherry.Moore@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 167656SSherry.Moore@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 177656SSherry.Moore@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 187656SSherry.Moore@Sun.COM# 197656SSherry.Moore@Sun.COM# CDDL HEADER END 207656SSherry.Moore@Sun.COM# 217656SSherry.Moore@Sun.COM 227656SSherry.Moore@Sun.COM# 23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. 247656SSherry.Moore@Sun.COM# 257656SSherry.Moore@Sun.COM 26*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 277656SSherry.Moore@Sun.COM 28*12692SAli.Bahrami@Oracle.COMLOAD_SEGMENT fb_swtch { 29*12692SAli.Bahrami@Oracle.COM NOHDR; 30*12692SAli.Bahrami@Oracle.COM FLAGS = READ WRITE EXECUTE; 31*12692SAli.Bahrami@Oracle.COM VADDR = 0x5000; 32*12692SAli.Bahrami@Oracle.COM PADDR = 0x5000; 33*12692SAli.Bahrami@Oracle.COM ALIGN = 0x2000; 34*12692SAli.Bahrami@Oracle.COM ASSIGN_SECTION { 35*12692SAli.Bahrami@Oracle.COM FLAGS = ALLOC; 36*12692SAli.Bahrami@Oracle.COM }; 37*12692SAli.Bahrami@Oracle.COM}; 38