Skip to content

Commit

Permalink
MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
To: David Daney <ddaney@caviumnetworks.com>
Patchwork: http://patchwork.linux-mips.org/patch/887/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Feb 27, 2010
1 parent fcf6735 commit 3482d71
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion 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 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 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 3482d71

Please sign in to comment.