aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kmap_types_64.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-15 23:28:20 +0200
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>2007-10-17 20:26:13 +0200
commitc4ac82a8818c6decd0fa57cdb55d4225f43d923a (patch)
tree20baca59d2c0ab7bc06d14ca67af8555ec3e9ed1 /include/asm-x86/kmap_types_64.h
parentx86: unify include/asm/kdebug_32/64.h (diff)
downloadlinux-dev-c4ac82a8818c6decd0fa57cdb55d4225f43d923a.tar.xz
linux-dev-c4ac82a8818c6decd0fa57cdb55d4225f43d923a.zip
x86: unify include/asm/agp_32/64.h
The 32bit D(n) debug addon can be made exclusive for 32 bit compiles. Otherwise all the same. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to '')
-rw-r--r--include/asm-x86/kmap_types_64.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/asm-x86/kmap_types_64.h b/include/asm-x86/kmap_types_64.h
deleted file mode 100644
index 7486338c6cea..000000000000
--- a/include/asm-x86/kmap_types_64.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _ASM_KMAP_TYPES_H
-#define _ASM_KMAP_TYPES_H
-
-enum km_type {
- KM_BOUNCE_READ,
- KM_SKB_SUNRPC_DATA,
- KM_SKB_DATA_SOFTIRQ,
- KM_USER0,
- KM_USER1,
- KM_BIO_SRC_IRQ,
- KM_BIO_DST_IRQ,
- KM_IRQ0,
- KM_IRQ1,
- KM_SOFTIRQ0,
- KM_SOFTIRQ1,
- KM_TYPE_NR
-};
-
-#endif