1
0
Fork 0

[MIPS] Move ARC code into arch/mips/fw/arc

Move the ARC code to arch/mips/fw/arc from arch/mips/arc.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Aurelien Jarno 2007-09-05 08:59:34 +02:00 committed by Ralf Baechle
parent df78b5c8fa
commit 2f56cfdd81
19 changed files with 11 additions and 11 deletions

View File

@ -148,7 +148,7 @@ endif
#
# Firmware support
#
libs-$(CONFIG_ARC) += arch/mips/arc/
libs-$(CONFIG_ARC) += arch/mips/fw/arc/
libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/

View File

@ -11,7 +11,7 @@
#include <linux/kernel.h>
#include <linux/string.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
PCHAR __init

View File

@ -10,7 +10,7 @@
*/
#include <linux/init.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
LONG

View File

@ -14,7 +14,7 @@
#include <asm/bcache.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
#include <asm/bootinfo.h>
#include <asm/system.h>

View File

@ -9,7 +9,7 @@
*/
#include <linux/init.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
struct linux_tinfo * __init

View File

@ -10,7 +10,7 @@
* Copyright (C) 1999 Silicon Graphics, Inc.
*/
#include <linux/init.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
#undef DEBUG_PROM_TREE

View File

@ -15,7 +15,7 @@
#include <linux/screen_info.h>
#ifdef CONFIG_ARC
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>
#endif

View File

@ -5,7 +5,7 @@
#define _ASM_ARC_HINV_H
#include <asm/sgidefs.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
/* configuration query defines */
typedef enum configclass {

View File

@ -13,7 +13,7 @@
#define _ASM_SGIARCS_H
#include <asm/types.h>
#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
/* Various ARCS error codes. */
#define PROM_ESUCCESS 0x00

View File

@ -51,8 +51,8 @@
#if defined(CONFIG_SGI_IP27) || defined(CONFIG_SGI_IP35)
#include <asm/sn/agent.h>
#include <asm/arc/types.h>
#include <asm/arc/hinv.h>
#include <asm/fw/arc/types.h>
#include <asm/fw/arc/hinv.h>
#if defined(CONFIG_SGI_IP35)
// The hack file has to be before vector and after sn0_fru....
#include <asm/hack.h>