summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc750
diff options
context:
space:
mode:
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"