Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31227
b: refs/heads/master
c: 6adb5fe
h: refs/heads/master
i:
  31225: 5308ec0
  31223: ec67d4e
v: v3
  • Loading branch information
Ralf Baechle committed Jun 29, 2006
1 parent aaef748 commit fa0a6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9247857f5acadf0ea87fd6a9514c633644634f08
refs/heads/master: 6adb5fe7020e8f99d27da932157ea27325df9263
3 changes: 3 additions & 0 deletions trunk/arch/mips/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,9 @@ static inline void resource_init(void)
{
int i;

if (UNCAC_BASE != IO_BASE)
return;

code_resource.start = virt_to_phys(&_text);
code_resource.end = virt_to_phys(&_etext) - 1;
data_resource.start = virt_to_phys(&_etext);
Expand Down

0 comments on commit fa0a6e7

Please sign in to comment.