diff options
-rw-r--r-- | hdata/cpu-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/cpu-common.c b/hdata/cpu-common.c index 01228f3..eb86f95 100644 --- a/hdata/cpu-common.c +++ b/hdata/cpu-common.c @@ -68,7 +68,7 @@ struct dt_node * add_core_common(struct dt_node *cpus, 64, 0, 0xf6, 0x3f, 0xc7, 0xc0, 0x80, 0xd0, 0x80, 0x00, /* 0 .. 7 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 8 .. 15 */ - 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, /* 16 .. 23 */ + 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, /* 16 .. 23 */ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, /* 24 .. 31 */ 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x80, 0x00, /* 32 .. 39 */ 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, 0x80, 0x00, /* 40 .. 47 */ |