Re: [PATCH][ARM] Add -mcpu=native detection for Cortex-A53, A57

2014-02-11 Thread Ramana Radhakrishnan
On Mon, Feb 10, 2014 at 11:01 AM, Kyrill Tkachov wrote: > Hi all, > > This patchlet adds the part numbers for the Cortex-A53 and A57 cores so that > they can be detected when parsing /proc/cpuinfo on AArch32 Linux systems. > This will allow the -mcpu=native machinery to detect those cores. > > Tes

[PATCH][ARM] Add -mcpu=native detection for Cortex-A53, A57

2014-02-10 Thread Kyrill Tkachov
Hi all, This patchlet adds the part numbers for the Cortex-A53 and A57 cores so that they can be detected when parsing /proc/cpuinfo on AArch32 Linux systems. This will allow the -mcpu=native machinery to detect those cores. Tested arm-none-eabi on a model. This is a fairly innocuous change,