Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/samsung Use the constant for default interrupt ...



details:   https://anonhg.NetBSD.org/src/rev/08a205605761
branches:  trunk
changeset: 329122:08a205605761
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri May 09 19:51:43 2014 +0000

description:
Use the constant for default interrupt provided by autoconf

diffstat:

 sys/arch/arm/samsung/exynos_io.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fecc98ad9c6e -r 08a205605761 sys/arch/arm/samsung/exynos_io.h
--- a/sys/arch/arm/samsung/exynos_io.h  Fri May 09 19:47:09 2014 +0000
+++ b/sys/arch/arm/samsung/exynos_io.h  Fri May 09 19:51:43 2014 +0000
@@ -45,7 +45,7 @@
 
 /* XXXNH needed? */
 #define        NOPORT  EXYOCF_PORT_DEFAULT
-#define        NOINTR  EXYO_INTR_DEFAULT
+#define        NOINTR  EXYOCF_INTR_DEFAULT
 #define        EANY    EXYO_ALL
 #define        REQ     EXYO_REQUIRED
 



Home | Main Index | Thread Index | Old Index