diff mbox

[Xen-devel,RFC,for-4.5,1/5] xen/arm32: head.S: Remove CA15 and CA7 specific includes

Message ID 1392149085-14366-2-git-send-email-julien.grall@linaro.org
State Accepted
Commit 679bd6e334c8d2f5628e3e6a3a62a8811d90df57
Headers show

Commit Message

Julien Grall Feb. 11, 2014, 8:04 p.m. UTC
head.S only contains generic code. It should not include headers for a
specific processor.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
 xen/arch/arm/arm32/head.S |    2 --
 1 file changed, 2 deletions(-)

Comments

Ian Campbell Feb. 19, 2014, 12:05 p.m. UTC | #1
On Tue, 2014-02-11 at 20:04 +0000, Julien Grall wrote:
> head.S only contains generic code. It should not include headers for a
> specific processor.
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>

Acked-by: Ian Campbell <ian.campbell@citrix.com>
diff mbox

Patch

diff --git a/xen/arch/arm/arm32/head.S b/xen/arch/arm/arm32/head.S
index 1b1801b..77f5518 100644
--- a/xen/arch/arm/arm32/head.S
+++ b/xen/arch/arm/arm32/head.S
@@ -19,8 +19,6 @@ 
 
 #include <asm/config.h>
 #include <asm/page.h>
-#include <asm/processor-ca15.h>
-#include <asm/processor-ca7.h>
 #include <asm/asm_defns.h>
 #include <asm/early_printk.h>