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. --- .../libbsp/powerpc/motorola_powerpc/openpic/openpic.c | 18 +++++++++++------- .../libbsp/powerpc/motorola_powerpc/openpic/openpic.h | 13 ++++++++++++- 2 files changed, 23 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/openpic') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.c b/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.c index 94807157ff..bc16be62f5 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.c +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.c @@ -1,14 +1,20 @@ /* - * arch/ppc/kernel/openpic.c -- OpenPIC Interrupt Handling + * openpic.c -- OpenPIC Interrupt Handling * * Copyright (C) 1997 Geert Uytterhoeven * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file COPYING in the main directory of this archive - * for more details. + * Modified to compile in RTEMS development environment + * by Eric Valette + * + * Copyright (C) 1999 Eric Valette. 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 + * http://www.OARcorp.com/rtems/license.html. + * + * $Id$ */ - /* * Note: Interprocessor Interrupt (IPI) and Timer support is incomplete */ @@ -20,8 +26,6 @@ #include #include -/* #include */ - #define NULL 0 #define REGISTER_DEBUG #undef REGISTER_DEBUG diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.h index fc2a2ff574..97faec1e9d 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.h +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/openpic/openpic.h @@ -1,5 +1,5 @@ /* - * linux/openpic.h -- OpenPIC definitions + * openpic.h -- OpenPIC definitions * * Copyright (C) 1997 Geert Uytterhoeven * @@ -21,6 +21,17 @@ * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details. + * + * Modified to compile in RTEMS development environment + * by Eric Valette + * + * Copyright (C) 1999 Eric Valette. 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 + * http://www.OARcorp.com/rtems/license.html. + * + * $Id$ */ #ifndef _RTEMS_OPENPIC_H -- cgit v1.2.3