Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189263
b: refs/heads/master
c: 4009819
h: refs/heads/master
i:
  189261: d431357
  189259: d7fa06d
  189255: a331673
  189247: 7cc78d4
v: v3
  • Loading branch information
Michal Simek committed Apr 1, 2010
1 parent 191e6c5 commit a4359b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 6fa114e0f18fb33b66fd5ee9037052830198a8c4
refs/heads/master: 4009819cf90c26e3ec7b0ed949d5ff37c568e197
1 change: 0 additions & 1 deletion trunk/arch/microblaze/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ void free_init_pages(char *what, unsigned long begin, unsigned long end)
for (addr = begin; addr < end; addr += PAGE_SIZE) {
ClearPageReserved(virt_to_page(addr));
init_page_count(virt_to_page(addr));
memset((void *)addr, 0xcc, PAGE_SIZE);
free_page(addr);
totalram_pages++;
}
Expand Down

0 comments on commit a4359b6

Please sign in to comment.