Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182087
b: refs/heads/master
c: 3482d71
h: refs/heads/master
i:
  182085: 3b776ac
  182083: bbf9f1e
  182079: 7af2a49
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Feb 27, 2010
1 parent d80dc74 commit 3c8d6fe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 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: fcf6735e9cf08343bef9ff43205d91ef102af52f
refs/heads/master: 3482d713a91befb8c96722cb8d55aed36c212d9e
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/page.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <asm/sibyte/sb1250_dma.h>
#endif

#include "uasm.h"
#include <asm/uasm.h>

/* Registers used in the assembled routines. */
#define ZERO 0
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@

#include <asm/mmu_context.h>
#include <asm/war.h>

#include "uasm.h"
#include <asm/uasm.h>

static inline int r45k_bvahwbug(void)
{
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/mips/mm/uasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#include <asm/inst.h>
#include <asm/elf.h>
#include <asm/bugs.h>

#include "uasm.h"
#include <asm/uasm.h>

enum fields {
RS = 0x001,
Expand Down

0 comments on commit 3c8d6fe

Please sign in to comment.