ARC: Disintegrate arcregs.h

* Move the various sub-system defines/types into relevant files/functions
  (reduces compilation time)

* move CPU specific stuff out of asm/tlb.h into asm/mmu.h

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
Vineet Gupta
2013-05-14 13:28:17 +05:30
부모 18437347b9
커밋 da1677b02d
12개의 변경된 파일139개의 추가작업 그리고 162개의 파일을 삭제

파일 보기

@@ -10,7 +10,6 @@
#define __ASM_TLB_MMU_V1_H__
#include <asm/mmu.h>
#include <asm/tlb.h>
#if defined(__ASSEMBLY__) && (CONFIG_ARC_MMU_VER == 1)