845b3fb47e0f94f028742578dd613ab392062660
[safe/jmp/linux-2.6] / arch / mips / loongson / common / machtype.c
1 /*
2  * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology
3  * Author: Wu Zhangjin, wuzj@lemote.com
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 #include <machine.h>
12
13 const char *get_system_type(void)
14 {
15         return LOONGSON_MACHNAME;
16 }
17