| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* 
 | 
					
						
							|  |  |  |  * Copyright (C) 2000 - 2003 Jeff Dike (jdike@addtoit.com) | 
					
						
							| 
									
										
										
										
											2011-08-18 20:02:59 +01:00
										 |  |  |  * Copyright 2003 PathScale, Inc. | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * Licensed under the GPL | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-18 20:02:59 +01:00
										 |  |  | #ifndef __UM_ARCHPARAM_H
 | 
					
						
							|  |  |  | #define __UM_ARCHPARAM_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef CONFIG_X86_32
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-08-18 04:15:12 -04:00
										 |  |  | #ifdef CONFIG_X86_PAE
 | 
					
						
							|  |  |  | #define LAST_PKMAP 512
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | #define LAST_PKMAP 1024
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-18 20:02:59 +01:00
										 |  |  | #endif
 |