summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/include/arch/asm.h11
-rw-r--r--src/arch/i386/include/arch/intel.h2
-rw-r--r--src/arch/ppc/include/ppc.h1
-rw-r--r--src/arch/ppc/include/ppcreg.h1
-rw-r--r--src/arch/ppc/include/timer.h1
-rw-r--r--src/arch/ppc/lib/c_start.S1
-rw-r--r--src/arch/ppc/lib/cpuid.c1
-rw-r--r--src/arch/ppc/lib/floats.S1
-rw-r--r--src/arch/ppc/lib/floats.inc1
-rw-r--r--src/arch/ppc/lib/setup.c1
-rw-r--r--src/arch/ppc/lib/timebase.S1
-rw-r--r--src/arch/ppc/lib/timer.c1
12 files changed, 0 insertions, 23 deletions
diff --git a/src/arch/i386/include/arch/asm.h b/src/arch/i386/include/arch/asm.h
index ea63e2d4eb..122b299d23 100644
--- a/src/arch/i386/include/arch/asm.h
+++ b/src/arch/i386/include/arch/asm.h
@@ -7,22 +7,11 @@
* Bootstrap code for the STPC Consumer
* Copyright (c) 1999 by Net Insight AB. All Rights Reserved.
*
- * $Id$
- *
*/
#define I386_ALIGN_TEXT 0
#define I386_ALIGN_DATA 0
-/*
- * XXX
- */
-#ifdef __ELF__
-#define EXT(x) x
-#else
-#define EXT(x) _ ## x
-#endif
-
#define STATIC(x) .align I386_ALIGN_TEXT; EXT(x):
#define GLOBAL(x) .globl EXT(x); STATIC(x)
#define ENTRY(x) .text; GLOBAL(x)
diff --git a/src/arch/i386/include/arch/intel.h b/src/arch/i386/include/arch/intel.h
index df6604e08e..e46e881558 100644
--- a/src/arch/i386/include/arch/intel.h
+++ b/src/arch/i386/include/arch/intel.h
@@ -27,8 +27,6 @@ it with the version available from LANL.
/*
* Bootstrap code for the Intel
*
- * $Id$
- *
*/
/*
diff --git a/src/arch/ppc/include/ppc.h b/src/arch/ppc/include/ppc.h
index fe4aa1654b..88154712ff 100644
--- a/src/arch/ppc/include/ppc.h
+++ b/src/arch/ppc/include/ppc.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/include/ppcreg.h b/src/arch/ppc/include/ppcreg.h
index 5ec0dd9417..8e917ebeff 100644
--- a/src/arch/ppc/include/ppcreg.h
+++ b/src/arch/ppc/include/ppcreg.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/include/timer.h b/src/arch/ppc/include/timer.h
index 9a2328f7cd..eacd7f01af 100644
--- a/src/arch/ppc/include/timer.h
+++ b/src/arch/ppc/include/timer.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/c_start.S b/src/arch/ppc/lib/c_start.S
index 1719fd7103..e88ce67f8c 100644
--- a/src/arch/ppc/lib/c_start.S
+++ b/src/arch/ppc/lib/c_start.S
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/cpuid.c b/src/arch/ppc/lib/cpuid.c
index ff4e3cccad..c80458d09c 100644
--- a/src/arch/ppc/lib/cpuid.c
+++ b/src/arch/ppc/lib/cpuid.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/floats.S b/src/arch/ppc/lib/floats.S
index 57b38cb9c3..393ebe338c 100644
--- a/src/arch/ppc/lib/floats.S
+++ b/src/arch/ppc/lib/floats.S
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/floats.inc b/src/arch/ppc/lib/floats.inc
index 5c366af63f..c80120acc0 100644
--- a/src/arch/ppc/lib/floats.inc
+++ b/src/arch/ppc/lib/floats.inc
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/setup.c b/src/arch/ppc/lib/setup.c
index 000a4b15a9..09fd4c06e2 100644
--- a/src/arch/ppc/lib/setup.c
+++ b/src/arch/ppc/lib/setup.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/timebase.S b/src/arch/ppc/lib/timebase.S
index 48171db498..248248bd82 100644
--- a/src/arch/ppc/lib/timebase.S
+++ b/src/arch/ppc/lib/timebase.S
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */
diff --git a/src/arch/ppc/lib/timer.c b/src/arch/ppc/lib/timer.c
index 8f968f1a5f..c82df1973b 100644
--- a/src/arch/ppc/lib/timer.c
+++ b/src/arch/ppc/lib/timer.c
@@ -1,4 +1,3 @@
-/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */