summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/irq
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 23:39:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 23:39:13 +0000
commitfcee56c0b16536ae38f5cbb5946a458160b60dc6 (patch)
treeb36644b4f2198706bf41426936563f42425aae5e /c/src/lib/libbsp/powerpc/motorola_powerpc/irq
parentAdded error status for bad return pointer argument on rtems_task_set_priority. (diff)
downloadrtems-fcee56c0b16536ae38f5cbb5946a458160b60dc6.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> to clean up the
previous submission.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/irq')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/irq/i8259.c9
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq.c9
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq_asm.S11
3 files changed, 13 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/i8259.c b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/i8259.c
index ae4f94dfea..c5c31e2d23 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/i8259.c
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/i8259.c
@@ -1,9 +1,9 @@
-/* i8259.c
- *
+
+/*
* This file contains the implementation of the function described in irq.h
* related to Intel 8259 Programmable Interrupt controller.
*
- * CopyRight (C) 1998 valette@crf.canon.fr
+ * Copyright (C) 1998, 1999 valette@crf.canon.fr
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
@@ -11,8 +11,7 @@
*
* $Id$
*/
-
-
+
#include <bsp.h>
#include <bsp/irq.h>
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq.c b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq.c
index da67d7303c..b9fbf7e263 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq.c
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq.c
@@ -1,8 +1,8 @@
-/* irq.c
+/*
*
* This file contains the implementation of the function described in irq.h
*
- * CopyRight (C) 1998 valette@crf.canon.fr
+ * Copyright (C) 1998, 1999 valette@crf.canon.fr
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE in this distribution or at
@@ -10,8 +10,7 @@
*
* $Id$
*/
-
-
+
#include <bsp.h>
#include <bsp/irq.h>
#include <bsp/openpic.h>
@@ -19,7 +18,7 @@
#include <rtems/score/apiext.h>
#include <libcpu/raw_exception.h>
#include <bsp/vectors.h>
-#include <libcpu/processor.h>
+#include <libcpu/cpu.h>
#define RAVEN_INTR_ACK_REG 0xfeff0030
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq_asm.S b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq_asm.S
index 7937bbf400..47c8850510 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq_asm.S
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq_asm.S
@@ -1,15 +1,14 @@
/*
- * (c) 1999, Eric Valette valette@crf.canon.fr
- *
- *
* This file contains the assembly code for the PowerPC
* IRQ veneers for RTEMS.
*
+ * The license and distribution terms for this file may be
+ * found in found in the file LICENSE in this distribution or at
+ * http://www.OARcorp.com/rtems/license.html.
+ *
* $Id$
*/
-
-
-
+
#include <bsp/vectors.h>
#include <libcpu/cpu.h>
#include <libcpu/raw_exception.h>