From fcee56c0b16536ae38f5cbb5946a458160b60dc6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 1999 23:39:13 +0000 Subject: Patch from Eric Valette to clean up the previous submission. --- c/src/lib/libbsp/powerpc/motorola_powerpc/irq/i8259.c | 9 ++++----- c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq.c | 9 ++++----- c/src/lib/libbsp/powerpc/motorola_powerpc/irq/irq_asm.S | 11 +++++------ 3 files changed, 13 insertions(+), 16 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/irq') 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 #include 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 #include #include @@ -19,7 +18,7 @@ #include #include #include -#include +#include #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 #include #include -- cgit v1.2.3