[IA64] MAX_PGT_FREES_PER_PASS must be 'L' to avoid warning
'min' is very picky about types of arguments, make it happy Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
c411cb5658
commit
e96c9b4779
|
@ -57,7 +57,7 @@ struct page *zero_page_memmap_ptr; /* map entry for zero page */
|
|||
EXPORT_SYMBOL(zero_page_memmap_ptr);
|
||||
|
||||
#define MIN_PGT_PAGES 25UL
|
||||
#define MAX_PGT_FREES_PER_PASS 16
|
||||
#define MAX_PGT_FREES_PER_PASS 16L
|
||||
#define PGT_FRACTION_OF_NODE_MEM 16
|
||||
|
||||
static inline long
|
||||
|
|
Loading…
Reference in New Issue