Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154891
b: refs/heads/master
c: 20dbc9f
h: refs/heads/master
i:
  154889: ddeb6e3
  154887: 2f83b2b
v: v3
  • Loading branch information
Kyle McMartin committed Jul 3, 2009
1 parent fcee7bf commit 204e6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: c3301ab4fb64cf84321d35a8e94f68c94c816dc1
refs/heads/master: 20dbc9f724e02c26e30d89cf50e7ce259ab46da4
2 changes: 1 addition & 1 deletion trunk/arch/parisc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ void free_initmem(void)
/* Attempt to catch anyone trying to execute code here
* by filling the page with BRK insns.
*/
memset(init_begin, 0x00, init_end - init_begin);
memset((void *)init_begin, 0x00, init_end - init_begin);
flush_icache_range(init_begin, init_end);
#endif

Expand Down

0 comments on commit 204e6ed

Please sign in to comment.