xref: /freebsd/sys/conf/ldscript.kmod.i386 (revision 95ee2897e98f5d444f26ed2334cc7c439f9c16c6)
1*d6793db2SMark Johnston/*-
2*d6793db2SMark Johnston * SPDX-License-Identifier: BSD-2-Clause
3*d6793db2SMark Johnston *
4*d6793db2SMark Johnston * Copyright (c) 2018 Bjoern A. Zeeb
5*d6793db2SMark Johnston *
6*d6793db2SMark Johnston * Redistribution and use in source and binary forms, with or without
7*d6793db2SMark Johnston * modification, are permitted provided that the following conditions
8*d6793db2SMark Johnston * are met:
9*d6793db2SMark Johnston * 1. Redistributions of source code must retain the above copyright
10*d6793db2SMark Johnston *    notice, this list of conditions and the following disclaimer.
11*d6793db2SMark Johnston * 2. Redistributions in binary form must reproduce the above copyright
12*d6793db2SMark Johnston *    notice, this list of conditions and the following disclaimer in the
13*d6793db2SMark Johnston *    documentation and/or other materials provided with the distribution.
14*d6793db2SMark Johnston *
15*d6793db2SMark Johnston * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16*d6793db2SMark Johnston * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*d6793db2SMark Johnston * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*d6793db2SMark Johnston * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19*d6793db2SMark Johnston * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*d6793db2SMark Johnston * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*d6793db2SMark Johnston * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*d6793db2SMark Johnston * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*d6793db2SMark Johnston * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*d6793db2SMark Johnston * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*d6793db2SMark Johnston * SUCH DAMAGE.
26*d6793db2SMark Johnston */
27*d6793db2SMark JohnstonSECTIONS
28*d6793db2SMark Johnston{
29*d6793db2SMark Johnston	set_pcpu	:
30*d6793db2SMark Johnston	{
31*d6793db2SMark Johnston		*(set_pcpu)
32*d6793db2SMark Johnston		LONG(0x90909090) ;
33*d6793db2SMark Johnston	}
34*d6793db2SMark Johnston}
35*d6793db2SMark Johnston
36*d6793db2SMark JohnstonSECTIONS
37*d6793db2SMark Johnston{
38*d6793db2SMark Johnston	set_vnet	:
39*d6793db2SMark Johnston	{
40*d6793db2SMark Johnston		*(set_vnet)
41*d6793db2SMark Johnston		LONG(0x90909090) ;
42*d6793db2SMark Johnston	}
43*d6793db2SMark Johnston}
44*d6793db2SMark Johnston/* end */
45