-
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: 21547 b: refs/heads/master c: d111201 h: refs/heads/master i: 21545: 4312279 21543: b4c0469 v: v3
- Loading branch information
David S. Miller
committed
Mar 20, 2006
1 parent
8f49032
commit 28d18f7
Showing
8 changed files
with
124 additions
and
55 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: ee29074d3bd23848905f52c515974e0cd0219faa | ||
refs/heads/master: d1112018b4bc82adf5c8a9c15a08954328f023ae |
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,6 @@ | ||
#ifndef _SPARC64_NUMNODES_H | ||
#define _SPARC64_NUMNODES_H | ||
|
||
#define NODES_SHIFT 0 | ||
|
||
#endif /* !(_SPARC64_NUMNODES_H) */ |
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,12 @@ | ||
#ifndef _SPARC64_SPARSEMEM_H | ||
#define _SPARC64_SPARSEMEM_H | ||
|
||
#ifdef __KERNEL__ | ||
|
||
#define SECTION_SIZE_BITS 26 | ||
#define MAX_PHYSADDR_BITS 42 | ||
#define MAX_PHYSMEM_BITS 42 | ||
|
||
#endif /* !(__KERNEL__) */ | ||
|
||
#endif /* !(_SPARC64_SPARSEMEM_H) */ |