Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/s3c2xx0 GC __raise.



details:   https://anonhg.NetBSD.org/src/rev/3e21e54d5a94
branches:  trunk
changeset: 327130:3e21e54d5a94
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Feb 27 22:57:36 2014 +0000

description:
GC __raise.

diffstat:

 sys/arch/arm/s3c2xx0/s3c2xx0_intr.c |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 9228a95431aa -r 3e21e54d5a94 sys/arch/arm/s3c2xx0/s3c2xx0_intr.c
--- a/sys/arch/arm/s3c2xx0/s3c2xx0_intr.c       Thu Feb 27 22:57:22 2014 +0000
+++ b/sys/arch/arm/s3c2xx0/s3c2xx0_intr.c       Thu Feb 27 22:57:36 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: s3c2xx0_intr.c,v 1.16 2012/01/30 03:28:33 nisimura Exp $ */
+/* $NetBSD: s3c2xx0_intr.c,v 1.17 2014/02/27 22:57:36 joerg Exp $ */
 
 /*
  * Copyright (c) 2002, 2003 Fujitsu Component Limited
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: s3c2xx0_intr.c,v 1.16 2012/01/30 03:28:33 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: s3c2xx0_intr.c,v 1.17 2014/02/27 22:57:36 joerg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -89,13 +89,6 @@
 
 volatile uint32_t *s3c2xx0_intr_mask_reg;
 
-static inline void
-__raise(int ipl)
-{
-       if (curcpl() < ipl) {
-               s3c2xx0_setipl(ipl);
-       }
-}
 /*
  * modify interrupt mask table for SPL levels
  */



Home | Main Index | Thread Index | Old Index