Commit c0cd2941 authored by Benjamin Szőke's avatar Benjamin Szőke Committed by Vineet Gupta
Browse files

arc: rename aux.h to arc_aux.h



The goal is to clean-up Linux repository from AUX file names, because
the use of such file names is prohibited on other operating systems
such as Windows, so the Linux repository cannot be cloned and
edited on them.

Reviewed-by: default avatarShahab Vahedi <list+bpf@vahedi.org>
Signed-off-by: default avatarBenjamin Szőke <egyszeregy@freemail.hu>
Signed-off-by: default avatarVineet Gupta <vgupta@kernel.org>
parent fac04efc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@

#ifndef __ASSEMBLY__

#include <soc/arc/aux.h>
#include <soc/arc/arc_aux.h>

/* Helpers */
#define TO_KB(bytes)		((bytes) >> 10)
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#ifndef _ASM_ARC_MMU_ARCV2_H
#define _ASM_ARC_MMU_ARCV2_H

#include <soc/arc/aux.h>
#include <soc/arc/arc_aux.h>

/*
 * TLB Management regs
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#ifndef __SOC_ARC_MCIP_H
#define __SOC_ARC_MCIP_H

#include <soc/arc/aux.h>
#include <soc/arc/arc_aux.h>

#define ARC_REG_MCIP_BCR	0x0d0
#define ARC_REG_MCIP_IDU_BCR	0x0D5
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
#ifndef __SOC_ARC_TIMERS_H
#define __SOC_ARC_TIMERS_H

#include <soc/arc/aux.h>
#include <soc/arc/arc_aux.h>

/* Timer related Aux registers */
#define ARC_REG_TIMER0_LIMIT	0x23	/* timer 0 limit */