Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200285
b: refs/heads/master
c: ea208f6
h: refs/heads/master
i:
  200283: 5d36ec0
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed May 27, 2010
1 parent 4c3980b commit f78f061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 138de1c44a8e0606501cd8593407e9248e84f1b7
refs/heads/master: ea208f646c8fb91c39c852e952fc911e1ad045ab
6 changes: 3 additions & 3 deletions trunk/arch/arm/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,10 +678,10 @@ void __init mem_init(void)
void free_initmem(void)
{
#ifdef CONFIG_HAVE_TCM
extern char *__tcm_start, *__tcm_end;
extern char __tcm_start, __tcm_end;

totalram_pages += free_area(__phys_to_pfn(__pa(__tcm_start)),
__phys_to_pfn(__pa(__tcm_end)),
totalram_pages += free_area(__phys_to_pfn(__pa(&__tcm_start)),
__phys_to_pfn(__pa(&__tcm_end)),
"TCM link");
#endif

Expand Down

0 comments on commit f78f061

Please sign in to comment.