summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/bpa_iommu.h
diff options
context:
space:
mode:
authorArnd Bergmann <arndb@de.ibm.com>2005-11-01 02:08:37 +0100
committerPaul Mackerras <paulus@samba.org>2005-11-01 11:02:44 +0100
commitf3f66f599db131ea57dc567ffd931d269dbc690e (patch)
treec98f9253baa90e07e241bd88863bd69ff70cf4b0 /arch/ppc64/kernel/bpa_iommu.h
parentpowerpc: use asm-generic/termios.h (diff)
downloadlinux-f3f66f599db131ea57dc567ffd931d269dbc690e.tar.xz
linux-f3f66f599db131ea57dc567ffd931d269dbc690e.zip
[PATCH] powerpc: Rename BPA to Cell
The official name for BPA is now CBEA (Cell Broadband Engine Architecture). This patch renames all occurences of the term BPA to 'Cell' for easier recognition. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/bpa_iommu.h')
-rw-r--r--arch/ppc64/kernel/bpa_iommu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/ppc64/kernel/bpa_iommu.h b/arch/ppc64/kernel/bpa_iommu.h
index e547d77dfa04..490d77abfe85 100644
--- a/arch/ppc64/kernel/bpa_iommu.h
+++ b/arch/ppc64/kernel/bpa_iommu.h
@@ -1,5 +1,5 @@
-#ifndef BPA_IOMMU_H
-#define BPA_IOMMU_H
+#ifndef CELL_IOMMU_H
+#define CELL_IOMMU_H
/* some constants */
enum {
@@ -55,11 +55,11 @@ enum {
/* The high bit needs to be set on every DMA address,
only 2GB are addressable */
- BPA_DMA_VALID = 0x80000000,
- BPA_DMA_MASK = 0x7fffffff,
+ CELL_DMA_VALID = 0x80000000,
+ CELL_DMA_MASK = 0x7fffffff,
};
-void bpa_init_iommu(void);
+void cell_init_iommu(void);
#endif