projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dc161
)
[PATCH] ppc32 8xx: fix cpm_dpalloc() comment
author
Marcelo Tosatti
<
[email protected]
>
Wed, 2 Nov 2005 14:42:16 +0000
(12:42 -0200)
committer
Paul Mackerras
<
[email protected]
>
Thu, 3 Nov 2005 05:57:13 +0000
(16:57 +1100)
Current comment on top of m8xx_cpm_dpinit is wrong.
Signed-off-by: Marcelo Tosatti <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
arch/ppc/8xx_io/commproc.c
patch
|
blob
|
history
diff --git
a/arch/ppc/8xx_io/commproc.c
b/arch/ppc/8xx_io/commproc.c
index b42789f8eb7633853016f7a9bd64130bc6b1bf1a..579cd40258b97750d61413246af840bc75c4ad6b 100644
(file)
--- a/
arch/ppc/8xx_io/commproc.c
+++ b/
arch/ppc/8xx_io/commproc.c
@@
-388,9
+388,8
@@
void m8xx_cpm_dpinit(void)
/*
* Allocate the requested size worth of DP memory.
- * This function used to return an index into the DPRAM area.
- * Now it returns the actuall physical address of that area.
- * use m8xx_cpm_dpram_offset() to get the index
+ * This function returns an offset into the DPRAM area.
+ * Use cpm_dpram_addr() to get the virtual address of the area.
*/
uint cpm_dpalloc(uint size, uint align)
{