2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>

* cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for
	COPYRIGHT passes.
This commit is contained in:
Joel Sherrill
2007-12-17 16:12:37 +00:00
parent 9804c40d4e
commit fe8343911c
4 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for
COPYRIGHT passes.
2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com> 2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU

View File

@@ -1,6 +1,6 @@
/* Blackfin CPU Dependent Source /* Blackfin CPU Dependent Source
* *
* Copyright (c) 2006 by Atos Automacao Industrial Ltda. * COPYRIGHT (c) 2006 by Atos Automacao Industrial Ltda.
* written by Alain Schaefer <alain.schaefer@easc.ch> * written by Alain Schaefer <alain.schaefer@easc.ch>
* and Antonio Giovanini <antonio@atos.com.br> * and Antonio Giovanini <antonio@atos.com.br>
* *

View File

@@ -1,6 +1,6 @@
/* Blackfin CPU Dependent Source /* Blackfin CPU Dependent Source
* *
* Copyright (c) 2006 by Atos Automacao Industrial Ltda. * COPYRIGHT (c) 2006 by Atos Automacao Industrial Ltda.
* written by Alain Schaefer <alain.schaefer@easc.ch> * written by Alain Schaefer <alain.schaefer@easc.ch>
* and Antonio Giovanini <antonio@atos.com.br> * and Antonio Giovanini <antonio@atos.com.br>
* *

View File

@@ -5,7 +5,7 @@
/* /*
* Defines a couple of Macros used in cpu_asm.S * Defines a couple of Macros used in cpu_asm.S
* *
* Copyright (c) 2006 by Atos Automacao Industrial Ltda. * COPYRIGHT (c) 2006 by Atos Automacao Industrial Ltda.
* written by Alain Schaefer <alain.schaefer@easc.ch> * written by Alain Schaefer <alain.schaefer@easc.ch>
* and Antonio Giovanini <antonio@atos.com.br> * and Antonio Giovanini <antonio@atos.com.br>
* *