Skip to content

Commit

Permalink
[MIPS] Move ARC code into arch/mips/fw/arc
Browse files Browse the repository at this point in the history
Move the ARC code to arch/mips/fw/arc from arch/mips/arc.

Signed-off-by: Aurelien Jarno <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
aurel32 authored and ralfbaechle committed Oct 11, 2007
1 parent df78b5c commit 2f56cfd
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/mips/arc/env.c → arch/mips/fw/arc/env.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/arc/file.c → arch/mips/fw/arc/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
#include <linux/init.h>

#include <asm/arc/types.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>

LONG
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/mips/arc/misc.c → arch/mips/fw/arc/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/mips/arc/time.c → arch/mips/fw/arc/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/arc/tree.c → arch/mips/fw/arc/tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/sni/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/asm-mips/sgiarcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/asm-mips/sn/klconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2f56cfd

Please sign in to comment.