diff mbox

[Xen-devel] xen/arm: Drop cpuinfo_x86 structure definition

Message ID 1402951294-6639-1-git-send-email-julien.grall@linaro.org
State Accepted, archived
Headers show

Commit Message

Julien Grall June 16, 2014, 8:41 p.m. UTC
I'm not sure why this structure were defined in ARM specific include...

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
 xen/include/asm-arm/processor.h |    4 ----
 1 file changed, 4 deletions(-)

Comments

Stefano Stabellini June 17, 2014, 10:36 a.m. UTC | #1
On Mon, 16 Jun 2014, Julien Grall wrote:
> I'm not sure why this structure were defined in ARM specific include...
> 
> Signed-off-by: Julien Grall <julien.grall@linaro.org>

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>


>  xen/include/asm-arm/processor.h |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/xen/include/asm-arm/processor.h b/xen/include/asm-arm/processor.h
> index bc29de1..52e01a7 100644
> --- a/xen/include/asm-arm/processor.h
> +++ b/xen/include/asm-arm/processor.h
> @@ -485,10 +485,6 @@ void vcpu_regs_hyp_to_user(const struct vcpu *vcpu,
>  void vcpu_regs_user_to_hyp(struct vcpu *vcpu,
>                             const struct vcpu_guest_core_regs *regs);
>  
> -struct cpuinfo_x86 {
> -    uint32_t pfr32[2];
> -};
> -
>  #endif /* __ASSEMBLY__ */
>  #endif /* __ASM_ARM_PROCESSOR_H */
>  /*
> -- 
> 1.7.10.4
>
Ian Campbell June 18, 2014, 4:01 p.m. UTC | #2
On Tue, 2014-06-17 at 11:36 +0100, Stefano Stabellini wrote:
> On Mon, 16 Jun 2014, Julien Grall wrote:
> > I'm not sure why this structure were defined in ARM specific include...
> > 
> > Signed-off-by: Julien Grall <julien.grall@linaro.org>
> 
> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

Likewise + applied.
diff mbox

Patch

diff --git a/xen/include/asm-arm/processor.h b/xen/include/asm-arm/processor.h
index bc29de1..52e01a7 100644
--- a/xen/include/asm-arm/processor.h
+++ b/xen/include/asm-arm/processor.h
@@ -485,10 +485,6 @@  void vcpu_regs_hyp_to_user(const struct vcpu *vcpu,
 void vcpu_regs_user_to_hyp(struct vcpu *vcpu,
                            const struct vcpu_guest_core_regs *regs);
 
-struct cpuinfo_x86 {
-    uint32_t pfr32[2];
-};
-
 #endif /* __ASSEMBLY__ */
 #endif /* __ASM_ARM_PROCESSOR_H */
 /*