summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc750
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 23:39:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 23:39:13 +0000
commitfcee56c0b16536ae38f5cbb5946a458160b60dc6 (patch)
treeb36644b4f2198706bf41426936563f42425aae5e /c/src/lib/libcpu/powerpc/mpc750
parentAdded error status for bad return pointer argument on rtems_task_set_priority. (diff)
downloadrtems-fcee56c0b16536ae38f5cbb5946a458160b60dc6.tar.bz2
Patch from Eric Valette <valette@crf.canon.fr> to clean up the
previous submission.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc750')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.c3
-rw-r--r--c/src/lib/libcpu/powerpc/mpc750/mmu/mmuAsm.S8
2 files changed, 6 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.c b/c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.c
index 081939a5da..b6fafcb7df 100644
--- a/c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.c
+++ b/c/src/lib/libcpu/powerpc/mpc750/clock/c_clock.c
@@ -14,6 +14,9 @@
* the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
+ * Modified to support the MPC750.
+ * Modifications Copyright (c) 1999 Eric Valette valette@crf.canon.fr
+ *
* $Id$
*/
diff --git a/c/src/lib/libcpu/powerpc/mpc750/mmu/mmuAsm.S b/c/src/lib/libcpu/powerpc/mpc750/mmu/mmuAsm.S
index 8fd4156da9..a0f298e5c3 100644
--- a/c/src/lib/libcpu/powerpc/mpc750/mmu/mmuAsm.S
+++ b/c/src/lib/libcpu/powerpc/mpc750/mmu/mmuAsm.S
@@ -8,15 +8,13 @@
* This file contains the low-level support for various MMU
* features.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
+ * 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.
*
*/
#include <libcpu/cpu.h>
-#include <libcpu/processor.h>
#include <libcpu/io.h>
#include <rtems/score/targopts.h>
#include "asm.h"