/*
* This file and its contents are supplied under the terms of the
* Common Development and Distribution License ("CDDL"), version 1.0.
* You may only use this file in accordance with the terms of version
* 1.0 of the CDDL.
*
* A full copy of the text of the CDDL should have accompanied this
* source. A copy of the CDDL is also available via the Internet at
*/
/*
* Copyright 2015 Joyent, Inc.
*/
#if !defined(__lint)
.file "unix_sup.s"
#endif /* __lint */
/*
* Support routines for the unix kmdb module
*/
#include <sys/asm_linkage.h>
#if defined(__lint)
kmdb_unix_getcr0(void)
{ return (0); }
kmdb_unix_getcr4(void)
{ return (0); }
#else /* __lint */
#if defined(__amd64)
#endif /* __i386 */
#endif /* __lint */