Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / include / asm / mach-loongson64 / machine.h
blobc52549bb4e56d663e61d88d17a20f79f3163b067
1 /*
2 * Copyright (C) 2009 Lemote, Inc.
3 * Author: Wu Zhangjin <wuzhangjin@gmail.com>
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 */
11 #ifndef __ASM_MACH_LOONGSON64_MACHINE_H
12 #define __ASM_MACH_LOONGSON64_MACHINE_H
14 #ifdef CONFIG_LEMOTE_FULOONG2E
16 #define LOONGSON_MACHTYPE MACH_LEMOTE_FL2E
18 #endif
20 /* use fuloong2f as the default machine of LEMOTE_MACH2F */
21 #ifdef CONFIG_LEMOTE_MACH2F
23 #define LOONGSON_MACHTYPE MACH_LEMOTE_FL2F
25 #endif
27 #ifdef CONFIG_LOONGSON_MACH3X
29 #define LOONGSON_MACHTYPE MACH_LOONGSON_GENERIC
31 #endif /* CONFIG_LOONGSON_MACH3X */
33 #endif /* __ASM_MACH_LOONGSON64_MACHINE_H */