mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
[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>
This commit is contained in:
parent
df78b5c8fa
commit
2f56cfdd81
@ -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/
|
||||
|
||||
|
@ -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
|
@ -10,7 +10,7 @@
|
||||
*/
|
||||
#include <linux/init.h>
|
||||
|
||||
#include <asm/arc/types.h>
|
||||
#include <asm/fw/arc/types.h>
|
||||
#include <asm/sgialib.h>
|
||||
|
||||
LONG
|
@ -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>
|
@ -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
|
@ -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
|
@ -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
|
||||
|
||||
|
@ -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 {
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user