Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/x86/intr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/x86/intr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- src/sys/arch/x86/x86/intr.c 2005/05/29 21:37:03 1.21 +++ src/sys/arch/x86/x86/intr.c 2005/12/11 12:19:47 1.22 @@ -1,4 +1,4 @@ -/* $NetBSD: intr.c,v 1.21 2005/05/29 21:37:03 christos Exp $ */ +/* $NetBSD: intr.c,v 1.22 2005/12/11 12:19:47 christos Exp $ */ /* * Copyright 2002 (c) Wasabi Systems, Inc. @@ -104,7 +104,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.21 2005/05/29 21:37:03 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.22 2005/12/11 12:19:47 christos Exp $"); #include "opt_multiprocessor.h"