On Tue, Jul 8, 2014 at 2:05 AM, Andrew Morton wrote:
> On Sat, 05 Jul 2014 15:22:38 +0400 Konstantin Khlebnikov
> wrote:
>
>> This fixes command # make checkstack for i386/x86_64.
>> Looks like $UTS_MACHINE is exactly what scripts/checkstack.pl needs.
>>
>> By default $UTS_MACHINE is equal to $A
On Sat, 05 Jul 2014 15:22:38 +0400 Konstantin Khlebnikov
wrote:
> This fixes command # make checkstack for i386/x86_64.
> Looks like $UTS_MACHINE is exactly what scripts/checkstack.pl needs.
>
> By default $UTS_MACHINE is equal to $ARCH, but some arch/${ARCH}/Makefile
> overrides it. This patch