summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/include/asm-armnommu/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'uClinux-2.4.20-uc1/include/asm-armnommu/memory.h')
-rw-r--r--uClinux-2.4.20-uc1/include/asm-armnommu/memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/uClinux-2.4.20-uc1/include/asm-armnommu/memory.h b/uClinux-2.4.20-uc1/include/asm-armnommu/memory.h
index 91195f3..a3b919e 100644
--- a/uClinux-2.4.20-uc1/include/asm-armnommu/memory.h
+++ b/uClinux-2.4.20-uc1/include/asm-armnommu/memory.h
@@ -28,7 +28,6 @@
#define phys_to_virt(x) ((void *) (x))
-#if 0
/*
* For some reason other asm/.h files refer to these instead of the more
* public macros above.
@@ -38,7 +37,6 @@
#define __bus_to_virt(x) ((void *) (x))
#define __virt_to_phys(x) ((unsigned long) (x))
#define __phys_to_virt(x) ((void *) (x))
-#endif
/*
* arch/armnommu/kernel/armksyms.c needs these.