Module Name: src
Committed By: matt
Date: Sat Aug 17 20:21:38 UTC 2013
Modified Files:
src/sys/arch/cats/include: types.h
Log Message:
#define __HAVE_FAST_SOFTINT
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cats/include/types.h
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/cats/include/types.h
diff -u src/sys/arch/cats/include/types.h:1.12 src/sys/arch/cats/include/types.h:1.13
--- src/sys/arch/cats/include/types.h:1.12 Sun Jul 17 23:46:49 2011
+++ src/sys/arch/cats/include/types.h Sat Aug 17 20:21:38 2013
@@ -1,8 +1,9 @@
-/* $NetBSD: types.h,v 1.12 2011/07/17 23:46:49 dyoung Exp $ */
+/* $NetBSD: types.h,v 1.13 2013/08/17 20:21:38 matt Exp $ */
-#ifndef _ARM32_TYPES_H_
-#define _ARM32_TYPES_H_
+#ifndef _CATS_TYPES_H_
+#define _CATS_TYPES_H_
+#define __HAVE_FAST_SOFTINTS
#include <arm/arm32/types.h>
#define __HAVE_NEW_STYLE_BUS_H