Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45354
b: refs/heads/master
c: de338a3
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 9, 2007
1 parent ce6012a commit e9f4d85
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: 6721f77810dfcb7cbf8e97be6fa43fe2740dd0aa
refs/heads/master: de338a3795bbcb3c3d77591f65118cbec776cc39
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static void __init setup_memory_end(void)
int i;

memory_size = real_size = 0;
max_phys = VMALLOC_END - VMALLOC_MIN_SIZE;
max_phys = VMALLOC_END_INIT - VMALLOC_MIN_SIZE;
memory_end &= PAGE_MASK;

max_mem = memory_end ? min(max_phys, memory_end) : max_phys;
Expand Down

0 comments on commit e9f4d85

Please sign in to comment.