193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore# CDDL HEADER START
193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore# The contents of this file are subject to the terms of the
193974072f41a843678abf5f61979c748687e66bSherry Moore# Common Development and Distribution License (the "License").
193974072f41a843678abf5f61979c748687e66bSherry Moore# You may not use this file except in compliance with the License.
193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
193974072f41a843678abf5f61979c748687e66bSherry Moore# or http://www.opensolaris.org/os/licensing.
193974072f41a843678abf5f61979c748687e66bSherry Moore# See the License for the specific language governing permissions
193974072f41a843678abf5f61979c748687e66bSherry Moore# and limitations under the License.
193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore# When distributing Covered Code, include this CDDL HEADER in each
193974072f41a843678abf5f61979c748687e66bSherry Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
193974072f41a843678abf5f61979c748687e66bSherry Moore# If applicable, add the following below this CDDL HEADER, with the
193974072f41a843678abf5f61979c748687e66bSherry Moore# fields enclosed by brackets "[]" replaced with your own identifying
193974072f41a843678abf5f61979c748687e66bSherry Moore# information: Portions Copyright [yyyy] [name of copyright owner]
193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore# CDDL HEADER END
193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore
193974072f41a843678abf5f61979c748687e66bSherry Moore#
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
193974072f41a843678abf5f61979c748687e66bSherry Moore#
193974072f41a843678abf5f61979c748687e66bSherry Moore
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami$mapfile_version 2
193974072f41a843678abf5f61979c748687e66bSherry Moore
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiLOAD_SEGMENT fb_swtch {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami NOHDR;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = READ WRITE EXECUTE;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami VADDR = 0x5000;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami PADDR = 0x5000;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ALIGN = 0x2000;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami ASSIGN_SECTION {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami FLAGS = ALLOC;
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami };
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami};