Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356313
b: refs/heads/master
c: 872420b
h: refs/heads/master
i:
  356311: 086e05d
v: v3
  • Loading branch information
John David Anglin authored and Helge Deller committed Feb 20, 2013
1 parent 70ed42c commit c8d5950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 5ca8b91df88fa417aa7aac19494a8ae1602db2cb
refs/heads/master: 872420b3b869d47b1f1dd93418c34e306d962668
5 changes: 2 additions & 3 deletions trunk/arch/parisc/include/asm/mmzone.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#ifndef _PARISC_MMZONE_H
#define _PARISC_MMZONE_H

#define MAX_PHYSMEM_RANGES 8 /* Fix the size for now (current known max is 3) */

#ifdef CONFIG_DISCONTIGMEM

#define MAX_PHYSMEM_RANGES 8 /* Fix the size for now (current known max is 3) */
extern int npmem_ranges;

struct node_map_data {
Expand Down Expand Up @@ -60,7 +61,5 @@ static inline int pfn_valid(int pfn)
return 0;
}

#else /* !CONFIG_DISCONTIGMEM */
#define MAX_PHYSMEM_RANGES 1
#endif
#endif /* _PARISC_MMZONE_H */

0 comments on commit c8d5950

Please sign in to comment.