Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11587
b: refs/heads/master
c: dd18434
h: refs/heads/master
i:
  11585: b39cd1a
  11583: 8c32a76
v: v3
  • Loading branch information
Paul Mackerras committed Oct 17, 2005
1 parent b98380d commit f1fbfb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ac59c624992281ff315911dea2a98ca3f3ff06e
refs/heads/master: dd184343b45e94fd3b0d4d0865070924bc6195ab
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ unsigned long __init early_init(unsigned long dt_ptr)
{
unsigned long offset = reloc_offset();

/* First zero the BSS -- use memset_io, some platforms don't have
* caches on yet */
memset_io(PTRRELOC(&__bss_start), 0, _end - __bss_start);

/*
* Identify the CPU type and fix up code sections
* that depend on which cpu we have.
Expand Down

0 comments on commit f1fbfb7

Please sign in to comment.