Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35589
b: refs/heads/master
c: b9b1578
h: refs/heads/master
i:
  35587: 5e419fa
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Sep 26, 2006
1 parent cf06a35 commit 7534de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 27bf71c2a7e596ed34e9bf2d4a5030321a09a1ad
refs/heads/master: b9b15780f808efa2c897f337644ba7a2bec03ecc
5 changes: 1 addition & 4 deletions trunk/arch/i386/kernel/srat.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define PXM_BITMAP_LEN (MAX_PXM_DOMAINS / 8)
static u8 pxm_bitmap[PXM_BITMAP_LEN]; /* bitmap of proximity domains */

#define MAX_CHUNKS_PER_NODE 4
#define MAX_CHUNKS_PER_NODE 3
#define MAXCHUNKS (MAX_CHUNKS_PER_NODE * MAX_NUMNODES)
struct node_memory_chunk_s {
unsigned long start_pfn;
Expand Down Expand Up @@ -135,9 +135,6 @@ static void __init parse_memory_affinity_structure (char *sratp)
"enabled and removable" : "enabled" ) );
}

#if MAX_NR_ZONES != 4
#error "MAX_NR_ZONES != 4, chunk_to_zone requires review"
#endif
/* Take a chunk of pages from page frame cstart to cend and count the number
* of pages in each zone, returned via zones[].
*/
Expand Down

0 comments on commit 7534de2

Please sign in to comment.