xref: /freebsd/sys/cddl/contrib/opensolaris/uts/riscv/dtrace/fasttrap_isa.c (revision 5563c675b37babaafe0e65b66e411168302e4197)
1*5563c675SMark Johnston /*
2*5563c675SMark Johnston  * CDDL HEADER START
3*5563c675SMark Johnston  *
4*5563c675SMark Johnston  * The contents of this file are subject to the terms of the
5*5563c675SMark Johnston  * Common Development and Distribution License (the "License").
6*5563c675SMark Johnston  * You may not use this file except in compliance with the License.
7*5563c675SMark Johnston  *
8*5563c675SMark Johnston  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*5563c675SMark Johnston  * or http://www.opensolaris.org/os/licensing.
10*5563c675SMark Johnston  * See the License for the specific language governing permissions
11*5563c675SMark Johnston  * and limitations under the License.
12*5563c675SMark Johnston  *
13*5563c675SMark Johnston  * When distributing Covered Code, include this CDDL HEADER in each
14*5563c675SMark Johnston  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*5563c675SMark Johnston  * If applicable, add the following below this CDDL HEADER, with the
16*5563c675SMark Johnston  * fields enclosed by brackets "[]" replaced with your own identifying
17*5563c675SMark Johnston  * information: Portions Copyright [yyyy] [name of copyright owner]
18*5563c675SMark Johnston  *
19*5563c675SMark Johnston  * CDDL HEADER END
20*5563c675SMark Johnston  */
21*5563c675SMark Johnston 
22*5563c675SMark Johnston /*
23*5563c675SMark Johnston  * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*5563c675SMark Johnston  * Use is subject to license terms.
25*5563c675SMark Johnston  */
26*5563c675SMark Johnston 
27*5563c675SMark Johnston /*
28*5563c675SMark Johnston  *	XXX: Placeholder for RISC-V fasttrap code
29*5563c675SMark Johnston  */
30