-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 95339 b: refs/heads/master c: 17f3458 h: refs/heads/master i: 95337: b5e7b51 95335: 93dd05c v: v3
- Loading branch information
Heiko Carstens
authored and
Martin Schwidefsky
committed
Apr 30, 2008
1 parent
2194ee9
commit 9bb3274
Showing
9 changed files
with
54 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 53492b1de46a7576170e865062ffcfc93bb5650b | ||
refs/heads/master: 17f345808563d2f425b2b15d60c4a5b00112e9eb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#ifndef _ASM_S390_SPARSEMEM_H | ||
#define _ASM_S390_SPARSEMEM_H | ||
|
||
#define SECTION_SIZE_BITS 25 | ||
|
||
#ifdef CONFIG_64BIT | ||
|
||
#define MAX_PHYSADDR_BITS 42 | ||
#define MAX_PHYSMEM_BITS 42 | ||
|
||
#else | ||
|
||
#define MAX_PHYSADDR_BITS 31 | ||
#define MAX_PHYSMEM_BITS 31 | ||
|
||
#endif /* CONFIG_64BIT */ | ||
|
||
#endif /* _ASM_S390_SPARSEMEM_H */ |