Re: [PATCH][ARM] Add support for -mcpu=cortex-a72

2015-02-04 Thread Kyrill Tkachov
On 04/02/15 13:37, James Greenhalgh wrote: On Wed, Feb 04, 2015 at 01:23:06PM +, Ramana Radhakrishnan wrote: On Wed, Feb 4, 2015 at 10:36 AM, Matthew Wahab wrote: Hello, The Cortex-A72 is an ARMv8 core with the same architectural features as the Cortex-A57. This patch adds support for th

Re: [PATCH][ARM] Add support for -mcpu=cortex-a72

2015-02-04 Thread James Greenhalgh
On Wed, Feb 04, 2015 at 01:23:06PM +, Ramana Radhakrishnan wrote: > On Wed, Feb 4, 2015 at 10:36 AM, Matthew Wahab wrote: > > Hello, > > > > The Cortex-A72 is an ARMv8 core with the same architectural features as the > > Cortex-A57. This patch adds support for the command line option > > -mcpu

Re: [PATCH][ARM] Add support for -mcpu=cortex-a72

2015-02-04 Thread Ramana Radhakrishnan
On Wed, Feb 4, 2015 at 10:36 AM, Matthew Wahab wrote: > Hello, > > The Cortex-A72 is an ARMv8 core with the same architectural features as the > Cortex-A57. This patch adds support for the command line option > -mcpu=cortex-a72 with the same effect as the -mcpu=cortex-a57 option, with > only the n

[PATCH][ARM] Add support for -mcpu=cortex-a72

2015-02-04 Thread Matthew Wahab
Hello, The Cortex-A72 is an ARMv8 core with the same architectural features as the Cortex-A57. This patch adds support for the command line option -mcpu=cortex-a72 with the same effect as the -mcpu=cortex-a57 option, with only the name being different. It also adds support for the -mcpu=corte