diff options
author | David S. Miller <davem@davemloft.net> | 2012-05-12 03:35:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-12 03:35:45 -0400 |
commit | ee906c9e0bc9d3cc7fdfe82fb30f3c3c1318c3ef (patch) | |
tree | a33dd677564dd883b9a8c5d20f7b07c395f51ef1 /arch/sparc/include/asm/dma.h | |
parent | 6e54e9503ea84f2c3571cda7146fb42184f0d7e6 (diff) |
sparc32: Trivial removal of sun4c references in comments.
I left some around, like the ones in the openprom headers, since
we need to think about which pieces of those datastructures and
code we can completely toss now.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/dma.h')
-rw-r--r-- | arch/sparc/include/asm/dma.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/dma.h b/arch/sparc/include/asm/dma.h index b554927bbaf6..67e017fc9866 100644 --- a/arch/sparc/include/asm/dma.h +++ b/arch/sparc/include/asm/dma.h | |||
@@ -123,8 +123,7 @@ BTFIXUPDEF_CALL(void, mmu_release_scsi_sgl, struct device *, struct scatterlist | |||
123 | * Second mapping is for device visible address, or "bus" address. | 123 | * Second mapping is for device visible address, or "bus" address. |
124 | * The bus address is returned at '*pba'. | 124 | * The bus address is returned at '*pba'. |
125 | * | 125 | * |
126 | * These functions seem distinct, but are hard to split. On sun4c, | 126 | * These functions seem distinct, but are hard to split. |
127 | * at least for now, 'a' is equal to bus address, and retured in *pba. | ||
128 | * On sun4m, page attributes depend on the CPU type, so we have to | 127 | * On sun4m, page attributes depend on the CPU type, so we have to |
129 | * know if we are mapping RAM or I/O, so it has to be an additional argument | 128 | * know if we are mapping RAM or I/O, so it has to be an additional argument |
130 | * to a separate mapping function for CPU visible mappings. | 129 | * to a separate mapping function for CPU visible mappings. |