Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66167
b: refs/heads/master
c: 2f56cfd
h: refs/heads/master
i:
  66165: 62a5209
  66163: 939369e
  66159: 7e0c5fe
v: v3
  • Loading branch information
Aurelien Jarno authored and Ralf Baechle committed Oct 11, 2007
1 parent 00ad931 commit a611fcd
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df78b5c8faa72b3c04f82faab126de93af178348
refs/heads/master: 2f56cfdd812a17623483d3dfa3370a2e6282b245
2 changes: 1 addition & 1 deletion trunk/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 trunk/arch/mips/arc/env.c → trunk/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
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.
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.
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
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 trunk/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 trunk/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 trunk/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 a611fcd

Please sign in to comment.