summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-29 15:12:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-29 15:12:08 +0000
commit73a668980d6778fc332dc685b51748e2ee588fe0 (patch)
tree94857b339510dcb711a8d693bd2a8688fde3100a /c
parent2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-73a668980d6778fc332dc685b51748e2ee588fe0.tar.bz2
2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* smp/getcpuid.c: Fix header from accidental and irrelevant copy and paste.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c15
2 files changed, 16 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog
index b6ff8b1763..c8ed389aa5 100644
--- a/c/src/lib/libbsp/sparc/leon3/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * smp/getcpuid.c: Fix header from accidental and irrelevant copy and
+ paste.
+
2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
Jennifer Averett <jennifer.averett@OARcorp.com>
diff --git a/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c b/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
index 8bde93f8d9..26ee78810f 100644
--- a/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
+++ b/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
@@ -1,9 +1,16 @@
-/*
- * Extracted from smp-imps.c
+/**
+ * @file
*
- * <Insert copyright here : it must be BSD-like so anyone can use it>
+ * LEON3 SMP Obtain CPU Core Number
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2011.
+ * On-Line Applications Research Corporation (OAR).
*
- * Author: Erich Boleyn <erich@uruk.org> http://www.uruk.org/~erich/
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
*
* $Id$
*/