reboot.S revision 5790
198937Sdes/*-
298937Sdes * Copyright (c) 1990 The Regents of the University of California.
3106121Sdes * All rights reserved.
4225825Sdes *
5225825Sdes * This code is derived from software contributed to Berkeley by
698937Sdes * William Jolitz.
7225825Sdes *
898937Sdes * Redistribution and use in source and binary forms, with or without
998937Sdes * modification, are permitted provided that the following conditions
1098937Sdes * are met:
1198937Sdes * 1. Redistributions of source code must retain the above copyright
1298937Sdes *    notice, this list of conditions and the following disclaimer.
1398937Sdes * 2. Redistributions in binary form must reproduce the above copyright
1498937Sdes *    notice, this list of conditions and the following disclaimer in the
1598937Sdes *    documentation and/or other materials provided with the distribution.
1698937Sdes * 3. All advertising materials mentioning features or use of this software
1798937Sdes *    must display the following acknowledgement:
1898937Sdes *	This product includes software developed by the University of
1998937Sdes *	California, Berkeley and its contributors.
2098937Sdes * 4. Neither the name of the University nor the names of its contributors
2198937Sdes *    may be used to endorse or promote products derived from this software
2298937Sdes *    without specific prior written permission.
2398937Sdes *
2498937Sdes * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25149749Sdes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26149749Sdes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27149749Sdes * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2898937Sdes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2998937Sdes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
3098937Sdes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3198937Sdes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3298937Sdes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33149749Sdes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34106121Sdes * SUCH DAMAGE.
35204861Sdes *
3698937Sdes *	$Id: reboot.S,v 1.1 1994/08/05 01:18:48 wollman Exp $
3798937Sdes */
3898937Sdes
3998937Sdes#if defined(SYSLIBC_RCS) && !defined(lint)
4098937Sdes	.text
4198937Sdes	.asciz "$Id$"
42204861Sdes#endif /* SYSLIBC_RCS and not lint */
43204861Sdes
44204861Sdes#include "SYS.h"
4598937Sdes
4698937SdesSYSCALL(reboot)
4798937Sdes	iret
4898937Sdes