Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/include Remove IPL_SAFEPRI



details:   https://anonhg.NetBSD.org/src/rev/ce3877705024
branches:  trunk
changeset: 780549:ce3877705024
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 28 23:12:52 2012 +0000

description:
Remove IPL_SAFEPRI

diffstat:

 sys/arch/hpcarm/include/intr.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 70eb521a5cce -r ce3877705024 sys/arch/hpcarm/include/intr.h
--- a/sys/arch/hpcarm/include/intr.h    Sat Jul 28 23:08:56 2012 +0000
+++ b/sys/arch/hpcarm/include/intr.h    Sat Jul 28 23:12:52 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.17 2012/07/27 05:36:10 matt Exp $   */
+/*     $NetBSD: intr.h,v 1.18 2012/07/28 23:12:52 matt Exp $   */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -49,8 +49,6 @@
 
 #define NIPL           8
 
-#define        IPL_SAFEPRI     _SPL_0
-
 #define        IST_UNUSABLE    -1      /* interrupt cannot be used */
 #define        IST_NONE        0       /* none (dummy) */
 #define        IST_PULSE       1       /* pulsed */



Home | Main Index | Thread Index | Old Index