linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-ia64 / asmmacro.h
index c22b465..77af457 100644 (file)
@@ -6,6 +6,7 @@
  *     David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
+#include <linux/config.h>
 
 #define ENTRY(name)                            \
        .align 32;                              \
@@ -37,10 +38,6 @@ name:
 
 /*
  * Helper macros for accessing user memory.
- *
- * When adding any new .section/.previous entries here, make sure to
- * also add it to the DISCARD section in arch/ia64/kernel/gate.lds.S or
- * unpleasant things will happen.
  */
 
        .section "__ex_table", "a"              // declare section & section attributes
@@ -53,17 +50,6 @@ name:
        .xdata4 "__ex_table", 99f-., y-.+4;     \
   [99:]        x
 
-/*
- * Tag MCA recoverable instruction ranges.
- */
-
-       .section "__mca_table", "a"             // declare section & section attributes
-       .previous
-
-# define MCA_RECOVER_RANGE(y)                  \
-       .xdata4 "__mca_table", y-., 99f-.;      \
-  [99:]
-
 /*
  * Mark instructions that need a load of a virtual address patched to be
  * a load of a physical address.  We use this either in critical performance