Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats/include #define __HAVE_FAST_SOFTINT



details:   https://anonhg.NetBSD.org/src/rev/2848676bb641
branches:  trunk
changeset: 789384:2848676bb641
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Aug 17 20:21:38 2013 +0000

description:
#define __HAVE_FAST_SOFTINT

diffstat:

 sys/arch/cats/include/types.h |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 045b51467263 -r 2848676bb641 sys/arch/cats/include/types.h
--- a/sys/arch/cats/include/types.h     Sat Aug 17 20:20:18 2013 +0000
+++ b/sys/arch/cats/include/types.h     Sat Aug 17 20:21:38 2013 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index