diff options
author | rrs <rrs@FreeBSD.org> | 2010-01-29 04:03:36 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2010-01-29 04:03:36 +0000 |
commit | 644ee9feb99476b2cfd76bebcf99caea2d27339f (patch) | |
tree | 2b3fb13d5e540fda14077d88469b0cb5d990f452 /sys | |
parent | 362fc6636d729e1e2e737475659b7186948a350f (diff) | |
download | FreeBSD-src-644ee9feb99476b2cfd76bebcf99caea2d27339f.zip FreeBSD-src-644ee9feb99476b2cfd76bebcf99caea2d27339f.tar.gz |
Move ID up into comment block.. per bsdimp
Diffstat (limited to 'sys')
-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; |