4.99.40 - interrupt changes

This commit is contained in:
ad 2007-12-03 17:15:37 +00:00
parent 9027344d32
commit 0cf3a46daf

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.288 2007/12/02 13:56:19 hannken Exp $ */
/* $NetBSD: param.h,v 1.289 2007/12/03 17:15:37 ad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 499003900 /* NetBSD 4.99.39 */
#define __NetBSD_Version__ 499004000 /* NetBSD 4.99.40 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)