2009-07-02 22:26:45 +07:00
|
|
|
/*
|
2010-01-04 16:16:51 +07:00
|
|
|
* Copyright (C) 2009 Lemote, Inc.
|
|
|
|
* Author: Wu Zhangjin <wuzhangjin@gmail.com>
|
2009-07-02 22:26:45 +07:00
|
|
|
*
|
2013-01-22 18:59:30 +07: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 22:26:45 +07: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 22:27:12 +07:00
|
|
|
#define LOONGSON_MACHTYPE MACH_LEMOTE_FL2E
|
2009-07-02 22:26:45 +07:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2009-11-09 23:06:10 +07:00
|
|
|
/* use fuloong2f as the default machine of LEMOTE_MACH2F */
|
|
|
|
#ifdef CONFIG_LEMOTE_MACH2F
|
|
|
|
|
|
|
|
#define LOONGSON_MACHTYPE MACH_LEMOTE_FL2F
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2014-06-26 10:41:32 +07:00
|
|
|
#ifdef CONFIG_LOONGSON_MACH3X
|
2014-03-21 17:44:01 +07:00
|
|
|
|
2014-11-04 13:13:27 +07:00
|
|
|
#define LOONGSON_MACHTYPE MACH_LOONGSON_GENERIC
|
2014-03-21 17:44:01 +07:00
|
|
|
|
2014-06-26 10:41:32 +07:00
|
|
|
#endif /* CONFIG_LOONGSON_MACH3X */
|
2014-03-21 17:44:01 +07:00
|
|
|
|
2009-07-02 22:26:45 +07:00
|
|
|
#endif /* __ASM_MACH_LOONGSON_MACHINE_H */
|