diff options
Diffstat (limited to 'sys/amd64/isa/ithread.c')
-rw-r--r-- | sys/amd64/isa/ithread.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/isa/ithread.c b/sys/amd64/isa/ithread.c index 6455776..e36e866 100644 --- a/sys/amd64/isa/ithread.c +++ b/sys/amd64/isa/ithread.c @@ -25,10 +25,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * From BSDI: intr.c,v 1.6.2.5 1999/07/06 19:16:52 cp Exp - * $FreeBSD$ + * BSDI Id: intr.c,v 1.6.2.5 1999/07/06 19:16:52 cp Exp */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* Interrupt thread code. */ #include <sys/param.h> |