Commit c0d82995d8878674ed1000d2edcacf23c9883bf1

Authored by balrog
1 parent 7fd6d9fc

Rename -cpu atom to -cpu n270.

As noticed by Alexander Graf Atom is a name of a series with varying
features.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5341 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-i386/helper.c
... ... @@ -247,7 +247,7 @@ static x86_def_t x86_defs[] = {
247 247 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
248 248 },
249 249 {
250   - .name = "atom",
  250 + .name = "n270",
251 251 /* original is on level 10 */
252 252 .level = 5,
253 253 .family = 6,
... ...