Re: [PATCH 10/29] arm64: KVM: Cortex-A57 specific system registers handling

2013-03-14 Thread Marc Zyngier
On 13/03/13 18:30, Christopher Covington wrote: Hi Christopher, I wonder if two of these registers could be handled in a generic fashion. [...] What's A57-specific about this MPIDR behavior? [...] What's A57-specific about this CPACR behavior? In both cases, nothing I can think of. They

Re: [PATCH 10/29] arm64: KVM: Cortex-A57 specific system registers handling

2013-03-13 Thread Christopher Covington
Hi Marc, I wonder if two of these registers could be handled in a generic fashion. On 03/04/2013 10:47 PM, Marc Zyngier wrote: Add the support code for Cortex-A57 specific system registers. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm64/kvm/sys_regs_a57.c | 96

[PATCH 10/29] arm64: KVM: Cortex-A57 specific system registers handling

2013-03-04 Thread Marc Zyngier
Add the support code for Cortex-A57 specific system registers. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm64/kvm/sys_regs_a57.c | 96 +++ 1 file changed, 96 insertions(+) create mode 100644 arch/arm64/kvm/sys_regs_a57.c diff --git