From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 06 Jun 2007 07:59:27 +0100 (BST) Received: from [222.92.8.141] ([222.92.8.141]:2954 "HELO lemote.com") by ftp.linux-mips.org with SMTP id S20021488AbXFFGyT (ORCPT ); Wed, 6 Jun 2007 07:54:19 +0100 Received: (qmail 7056 invoked by uid 511); 6 Jun 2007 07:00:19 -0000 Received: from unknown (HELO localhost.localdomain) (192.168.2.233) by lemote.com with SMTP; 6 Jun 2007 07:00:19 -0000 From: tiansm@lemote.com To: linux-mips@linux-mips.org Cc: Fuxin Zhang Subject: [PATCH 05/15] add MACH_GROUP_LEMOTE & MACH_LEMOTE_FULONG Date: Wed, 6 Jun 2007 14:52:42 +0800 Message-Id: <1181112773204-git-send-email-tiansm@lemote.com> X-Mailer: git-send-email 1.5.2.1 In-Reply-To: <11811127722019-git-send-email-tiansm@lemote.com> References: <11811127722019-git-send-email-tiansm@lemote.com> Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 15296 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: tiansm@lemote.com Precedence: bulk X-list: linux-mips From: Fuxin Zhang Signed-off-by: Fuxin Zhang --- include/asm-mips/bootinfo.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index b0c3297..5006930 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h @@ -213,6 +213,12 @@ #define MACH_GROUP_NEC_EMMA2RH 25 /* NEC EMMA2RH (was 23) */ #define MACH_NEC_MARKEINS 0 /* NEC EMMA2RH Mark-eins */ +/* + * Valid machtype for group LEMOTE + */ +#define MACH_GROUP_LEMOTE 27 +#define MACH_LEMOTE_FULONG 0 + #define CL_SIZE COMMAND_LINE_SIZE const char *get_system_type(void); -- 1.5.2.1