Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Nuke __raise.
details: https://anonhg.NetBSD.org/src/rev/90b30c1ef176
branches: trunk
changeset: 792037:90b30c1ef176
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Dec 17 01:28:04 2013 +0000
description:
Nuke __raise.
diffstat:
sys/arch/arm/xscale/pxa2x0_intr.c | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (33 lines):
diff -r 007bd626e632 -r 90b30c1ef176 sys/arch/arm/xscale/pxa2x0_intr.c
--- a/sys/arch/arm/xscale/pxa2x0_intr.c Tue Dec 17 01:27:21 2013 +0000
+++ b/sys/arch/arm/xscale/pxa2x0_intr.c Tue Dec 17 01:28:04 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_intr.c,v 1.20 2012/07/29 00:07:10 matt Exp $ */
+/* $NetBSD: pxa2x0_intr.c,v 1.21 2013/12/17 01:28:04 joerg Exp $ */
/*
* Copyright (c) 2002 Genetec Corporation. All rights reserved.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_intr.c,v 1.20 2012/07/29 00:07:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_intr.c,v 1.21 2013/12/17 01:28:04 joerg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -146,14 +146,6 @@
pxaic_base = addr;
}
-static inline void
-__raise(int ipl)
-{
-
- if (curcpu()->ci_cpl < ipl)
- pxa2x0_setipl(ipl);
-}
-
/*
* called from irq_entry.
*/
Home |
Main Index |
Thread Index |
Old Index