- Remove all of the annoying $Id strings
[coreboot.git] / src / arch / i386 / include / arch / asm.h
index ea63e2d4eb0ca7683ac331ae31175334acf1ffc5..122b299d238f538a080604289c5f98614eff0583 100644 (file)
@@ -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)