Module Name: src
Committed By: skrll
Date: Sat Jul 24 07:59:10 UTC 2021
Modified Files:
src/sys/arch/epoc32/epoc32: intr.c
Log Message:
#include <sys/param.h> for COHERENCY_UNIT
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/epoc32/epoc32/intr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/epoc32/epoc32/intr.c
diff -u src/sys/arch/epoc32/epoc32/intr.c:1.2 src/sys/arch/epoc32/epoc32/intr.c:1.3
--- src/sys/arch/epoc32/epoc32/intr.c:1.2 Sun Aug 18 21:57:01 2013
+++ src/sys/arch/epoc32/epoc32/intr.c Sat Jul 24 07:59:10 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.c,v 1.2 2013/08/18 21:57:01 matt Exp $ */
+/* $NetBSD: intr.c,v 1.3 2021/07/24 07:59:10 skrll Exp $ */
/*
* Copyright (c) 2012 KIYOHARA Takashi
* All rights reserved.
@@ -26,8 +26,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.2 2013/08/18 21:57:01 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.3 2021/07/24 07:59:10 skrll Exp $");
+#include <sys/param.h>
#include <sys/systm.h>
#include <sys/cpu.h>