mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	[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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -57,7 +57,7 @@ struct page *zero_page_memmap_ptr;	/* map entry for zero page */ | ||||||
| EXPORT_SYMBOL(zero_page_memmap_ptr); | EXPORT_SYMBOL(zero_page_memmap_ptr); | ||||||
| 
 | 
 | ||||||
| #define MIN_PGT_PAGES			25UL | #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 | #define PGT_FRACTION_OF_NODE_MEM	16 | ||||||
| 
 | 
 | ||||||
| static inline long | static inline long | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tony Luck
						Tony Luck