Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6933
b: refs/heads/master
c: f4c6cc8
h: refs/heads/master
i:
  6931: 004c70f
v: v3
  • Loading branch information
Mark A. Greer authored and Linus Torvalds committed Sep 5, 2005
1 parent 371c634 commit 0fde5db
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 194 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: d01c08c9ae91c1526d4564b400b3e0e04b49d1ba
refs/heads/master: f4c6cc8d1e2305796f7fdad52d83b88cea4d2276
8 changes: 8 additions & 0 deletions trunk/arch/ppc/boot/simple/misc-katana.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ extern u32 mv64x60_mpsc_clk_freq;
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif

unsigned long mv64360_get_mem_size(void);

void
mv64x60_board_init(void __iomem *old_base, void __iomem *new_base)
{
Expand All @@ -35,3 +37,9 @@ mv64x60_board_init(void __iomem *old_base, void __iomem *new_base)
min(katana_bus_freq((void __iomem *)KATANA_CPLD_BASE),
MV64x60_TCLK_FREQ_MAX);
}

unsigned long
get_mem_size(void)
{
return mv64360_get_mem_size();
}
Loading

0 comments on commit 0fde5db

Please sign in to comment.