timeconst.pl: Eliminate Perl warning
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 8 Feb 2013 01:14:08 +0000 (17:14 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 6 Mar 2013 03:23:52 +0000 (03:23 +0000)
commitfab58c4dc8da9983c88357da7455955e1fa05c38
treee2f95236b6f0bea8b52ed92b62f40c6d285ca010
parentd8db3e2260deb9f5007f2d663fd9d767746cf139
timeconst.pl: Eliminate Perl warning

commit 63a3f603413ffe82ad775f2d62a5afff87fd94a0 upstream.

defined(@array) is deprecated in Perl and gives off a warning.
Restructure the code to remove that warning.

[ hpa: it would be interesting to revert to the timeconst.bc script.
  It appears that the failures reported by akpm during testing of
  that script was due to a known broken version of make, not a problem
  with bc.  The Makefile rules could probably be restructured to avoid
  the make bug, or it is probably old enough that it doesn't matter. ]

Reported-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
kernel/timeconst.pl