From c4808ca59f68d6142c8e12ce11417158f5fe8149 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 31 Oct 1995 21:28:16 +0000 Subject: typos fixed --- cpukit/score/cpu/sparc/README | 8 -------- cpukit/score/cpu/sparc/cpu.c | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/sparc/README b/cpukit/score/cpu/sparc/README index 0c481d67c1..c4c2200075 100644 --- a/cpukit/score/cpu/sparc/README +++ b/cpukit/score/cpu/sparc/README @@ -108,11 +108,3 @@ thus would be unable to restore the FP context of the incoming task. 2. On a deferred FP context switch. In this case, the system might switch from FP Task A to non-FP Task B and then to FP Task C. In this scenario, the floating point state must technically be saved by a non-FP task. - - - - - - - - diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c index 23d998cab5..9f242d4a8f 100644 --- a/cpukit/score/cpu/sparc/cpu.c +++ b/cpukit/score/cpu/sparc/cpu.c @@ -1,6 +1,21 @@ /* * SPARC Dependent Source * + * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. + * On-Line Applications Research Corporation (OAR). + * All rights assigned to U.S. Government, 1994. + * + * This material may be reproduced by or for the U.S. Government pursuant + * to the copyright license under the clause at DFARS 252.227-7013. This + * notice must appear in all copies of this file and its derivatives. + * + * Ported to ERC32 implementation of the SPARC by On-Line Applications + * Research Corporation (OAR) under contract to the European Space + * Agency (ESA). + * + * ERC32 modifications of respective RTEMS file: COPYRIGHT (c) 1995. + * European Space Agency. + * * $Id$ */ -- cgit v1.2.3