Skip to content

Commit

Permalink
[IA64] MAX_PGT_FREES_PER_PASS must be 'L' to avoid warning
Browse files Browse the repository at this point in the history
'min' is very picky about types of arguments, make it happy

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Apr 25, 2005
1 parent c411cb5 commit e96c9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e96c9b4

Please sign in to comment.