| 
									
										
										
										
											2009-07-02 23:26:45 +08:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2010-01-04 17:16:51 +08:00
										 |  |  |  * Copyright (C) 2009 Lemote, Inc. | 
					
						
							|  |  |  |  * Author: Wu Zhangjin <wuzhangjin@gmail.com> | 
					
						
							| 
									
										
										
										
											2009-07-02 23:26:45 +08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2013-01-22 12:59:30 +01:00
										 |  |  |  * This program is free software; you can redistribute	it and/or modify it | 
					
						
							|  |  |  |  * under  the terms of	the GNU General	 Public License as published by the | 
					
						
							| 
									
										
										
										
											2009-07-02 23:26:45 +08:00
										 |  |  |  * Free Software Foundation;  either version 2 of the  License, or (at your | 
					
						
							|  |  |  |  * option) any later version. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifndef __ASM_MACH_LOONGSON_MACHINE_H
 | 
					
						
							|  |  |  | #define __ASM_MACH_LOONGSON_MACHINE_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #ifdef CONFIG_LEMOTE_FULOONG2E
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-02 23:27:12 +08:00
										 |  |  | #define LOONGSON_MACHTYPE MACH_LEMOTE_FL2E
 | 
					
						
							| 
									
										
										
										
											2009-07-02 23:26:45 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-10 00:06:10 +08:00
										 |  |  | /* use fuloong2f as the default machine of LEMOTE_MACH2F */ | 
					
						
							|  |  |  | #ifdef CONFIG_LEMOTE_MACH2F
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define LOONGSON_MACHTYPE MACH_LEMOTE_FL2F
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-26 11:41:32 +08:00
										 |  |  | #ifdef CONFIG_LOONGSON_MACH3X
 | 
					
						
							| 
									
										
										
										
											2014-03-21 18:44:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-04 14:13:27 +08:00
										 |  |  | #define LOONGSON_MACHTYPE MACH_LOONGSON_GENERIC
 | 
					
						
							| 
									
										
										
										
											2014-03-21 18:44:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-06-26 11:41:32 +08:00
										 |  |  | #endif /* CONFIG_LOONGSON_MACH3X */
 | 
					
						
							| 
									
										
										
										
											2014-03-21 18:44:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-07-02 23:26:45 +08:00
										 |  |  | #endif /* __ASM_MACH_LOONGSON_MACHINE_H */
 |