Fix early termination of cpu id string
authorJens Axboe <axboe@fb.com>
Fri, 14 Feb 2014 15:48:22 +0000 (08:48 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 14 Feb 2014 15:48:22 +0000 (08:48 -0700)
commit81fa6e06408879509e005cbb192205b9125f7614
tree24b9dce395cd7d6fe270302d8c5f8c0a5d912fdb
parent729fe3af470e258690a79ff6ffc4f0e4b313abc8
Fix early termination of cpu id string

Commit 2d60ad8e terminated the cpu id string at 12 chars,
but the output from cpuid is 12 chars. So we need one more
character, if we want it null terminated and strcmp()
working.

Signed-off-by: Jens Axboe <axboe@fb.com>
arch/arch-x86-common.h