linux-user: Don't treat AArch64 cpu names specially
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:12 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commit067d983127da5c05a365230b12f2f557ec721c97
tree339812ea5e1a6d61d295c5cf66d0c692f3a4843a
parent96c04212ba80d4f9630a5e82681285eeb41af9cc
linux-user: Don't treat AArch64 cpu names specially

32-bit ARM has a lot of different names for different types of CPUs it supports.
On AArch64, we don't have this, so we really don't want to execute the 32-bit
logic. Stub it out for AArch64 linux-user guests.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-13-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-7-git-send-email-john.rigby@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/cpu-uname.c