Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67480
b: refs/heads/master
c: 544cdab
h: refs/heads/master
v: v3
  • Loading branch information
John Traill authored and Kumar Gala committed Oct 4, 2007
1 parent f8e686f commit 8ac1302
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: 7401685242fbcbf4b0660726372c77a88c4af17d
refs/heads/master: 544cdabe642e5508e784de709530a74d0775d070
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ void __init MMU_init(void)
/* 601 can only access 16MB at the moment */
if (PVR_VER(mfspr(SPRN_PVR)) == 1)
__initial_memory_limit = 0x01000000;
/* 8xx can only access 8MB at the moment */
if (PVR_VER(mfspr(SPRN_PVR)) == 0x50)
__initial_memory_limit = 0x00800000;

/* parse args from command line */
MMU_setup();
Expand Down

0 comments on commit 8ac1302

Please sign in to comment.