diff options
-rw-r--r-- | sys/mips/rmi/pic.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/mips/rmi/pic.h b/sys/mips/rmi/pic.h index 5a37afa..fd7ffc6 100644 --- a/sys/mips/rmi/pic.h +++ b/sys/mips/rmi/pic.h @@ -25,14 +25,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * __FBSDID("$FreeBSD$"); * * RMI_BSD */ #ifndef _RMI_PIC_H_ #define _RMI_PIC_H_ #include <sys/cdefs.h> -/* -__FBSDID("$FreeBSD$"); -*/ + + + extern int rmi_spin_mutex_safe; |