Commit 3482d713 authored by Florian Fainelli's avatar Florian Fainelli Committed by Ralf Baechle

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

Signed-off-by: default avatarFlorian 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent fcf6735e
......@@ -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
......
......@@ -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)
{
......
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment