]> git.karo-electronics.de Git - linux-beck.git/blob - arch/mips/lemote/lm2e/machtype.c
MIPS: Loongson: Add oprofile support
[linux-beck.git] / arch / mips / lemote / lm2e / 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 const char *get_system_type(void)
12 {
13         return "lemote-fulong";
14 }
15