1
0
Fork 0

MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h

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>
hifive-unleashed-5.1
Florian Fainelli 2010-01-28 15:21:24 +01:00 committed by Ralf Baechle
parent fcf6735e9c
commit 3482d713a9
4 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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)
{

View File

@ -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,