2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
This commit is contained in:
Joel Sherrill
2011-01-24 15:41:36 +00:00
parent e570c31324
commit 9b5fe74300
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).

View File

@@ -13,6 +13,8 @@
* and need not follow the licensing terms described here, provided that
* the new terms are clearly indicated on the first page of each file where
* they apply.
*
* $Id$
*/
#include "ppc-asm.h"

View File

@@ -15,7 +15,7 @@
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp
* $Id$
*/
#ifndef LIBBSP_POWERPC_IRQ_H

View File

@@ -12,7 +12,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* irq_init.c,v 1.6.2.5 2003/09/04 18:45:20 joel Exp
* $Id$
*/
#include <libcpu/io.h>