[ARM] Fix /proc/cpuinfo format for ARM SMP
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 6 Nov 2005 21:41:08 +0000 (21:41 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 6 Nov 2005 21:41:08 +0000 (21:41 +0000)
glibc expects to count lines beginning with "processor" to determine
the number of processors, not lines beginning with "Processor".  So,
give glibc the format it expects.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found