Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
machine.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2009 Lemote, Inc.
3  * Author: Wu Zhangjin <[email protected]>
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of the GNU General Public License as published by the
7  * Free Software Foundation; either version 2 of the License, or (at your
8  * option) any later version.
9  */
10 
11 #ifndef __ASM_MACH_LOONGSON_MACHINE_H
12 #define __ASM_MACH_LOONGSON_MACHINE_H
13 
14 #ifdef CONFIG_LEMOTE_FULOONG2E
15 
16 #define LOONGSON_MACHTYPE MACH_LEMOTE_FL2E
17 
18 #endif
19 
20 /* use fuloong2f as the default machine of LEMOTE_MACH2F */
21 #ifdef CONFIG_LEMOTE_MACH2F
22 
23 #define LOONGSON_MACHTYPE MACH_LEMOTE_FL2F
24 
25 #endif
26 
27 #endif /* __ASM_MACH_LOONGSON_MACHINE_H */