From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH v2 6/6] xen/arm: Remove asm-arm/processor-ca{15, 7}.h headers Date: Wed, 5 Mar 2014 12:46:26 +0800 Message-ID: <1393994786-17098-7-git-send-email-julien.grall@linaro.org> References: <1393994786-17098-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WL3jZ-0002y2-1o for xen-devel@lists.xenproject.org; Wed, 05 Mar 2014 04:47:09 +0000 Received: by mail-pb0-f42.google.com with SMTP id rr13so546616pbb.15 for ; Tue, 04 Mar 2014 20:47:05 -0800 (PST) In-Reply-To: <1393994786-17098-1-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: stefano.stabellini@citrix.com, Julien Grall , tim@xen.org, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Theses headers are not in the right directory and are not used anymore. Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/include/asm-arm/processor-ca15.h | 42 ------------------------------------ xen/include/asm-arm/processor-ca7.h | 20 ----------------- 2 files changed, 62 deletions(-) delete mode 100644 xen/include/asm-arm/processor-ca15.h delete mode 100644 xen/include/asm-arm/processor-ca7.h diff --git a/xen/include/asm-arm/processor-ca15.h b/xen/include/asm-arm/processor-ca15.h deleted file mode 100644 index f65f40a..0000000 --- a/xen/include/asm-arm/processor-ca15.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef __ASM_ARM_PROCESSOR_CA15_H -#define __ASM_ARM_PROCESSOR_CA15_H - -/* ACTLR Auxiliary Control Register, Cortex A15 */ -#define ACTLR_CA15_SNOOP_DELAYED (1<<31) -#define ACTLR_CA15_MAIN_CLOCK (1<<30) -#define ACTLR_CA15_NEON_CLOCK (1<<29) -#define ACTLR_CA15_NONCACHE (1<<24) -#define ACTLR_CA15_INORDER_REQ (1<<23) -#define ACTLR_CA15_INORDER_LOAD (1<<22) -#define ACTLR_CA15_L2_TLB_PREFETCH (1<<21) -#define ACTLR_CA15_L2_IPA_PA_CACHE (1<<20) -#define ACTLR_CA15_L2_CACHE (1<<19) -#define ACTLR_CA15_L2_PA_CACHE (1<<18) -#define ACTLR_CA15_TLB (1<<17) -#define ACTLR_CA15_STRONGY_ORDERED (1<<16) -#define ACTLR_CA15_INORDER (1<<15) -#define ACTLR_CA15_FORCE_LIM (1<<14) -#define ACTLR_CA15_CP_FLUSH (1<<13) -#define ACTLR_CA15_CP_PUSH (1<<12) -#define ACTLR_CA15_LIM (1<<11) -#define ACTLR_CA15_SER (1<<10) -#define ACTLR_CA15_OPT (1<<9) -#define ACTLR_CA15_WFI (1<<8) -#define ACTLR_CA15_WFE (1<<7) -#define ACTLR_CA15_SMP (1<<6) -#define ACTLR_CA15_PLD (1<<5) -#define ACTLR_CA15_IP (1<<4) -#define ACTLR_CA15_MICRO_BTB (1<<3) -#define ACTLR_CA15_LOOP_ONE (1<<2) -#define ACTLR_CA15_LOOP_DISABLE (1<<1) -#define ACTLR_CA15_BTB (1<<0) - -#endif /* __ASM_ARM_PROCESSOR_CA15_H */ -/* - * Local variables: - * mode: C - * c-file-style: "BSD" - * c-basic-offset: 4 - * indent-tabs-mode: nil - * End: - */ diff --git a/xen/include/asm-arm/processor-ca7.h b/xen/include/asm-arm/processor-ca7.h deleted file mode 100644 index 5048a95..0000000 --- a/xen/include/asm-arm/processor-ca7.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __ASM_ARM_PROCESSOR_CA7_H -#define __ASM_ARM_PROCESSOR_CA7_H - -/* ACTLR Auxiliary Control Register, Cortex A7 */ -#define ACTLR_CA7_DDI (1<<28) -#define ACTLR_CA7_DDVM (1<<15) -#define ACTLR_CA7_L1RADIS (1<<12) -#define ACTLR_CA7_L2RADIS (1<<11) -#define ACTLR_CA7_DODMBS (1<<10) -#define ACTLR_CA7_SMP (1<<6) - -#endif /* __ASM_ARM_PROCESSOR_CA7_H */ -/* - * Local variables: - * mode: C - * c-file-style: "BSD" - * c-basic-offset: 4 - * indent-tabs-mode: nil - * End: - */ -- 1.8.5.3