diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/k8/chip.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cpu/k8/chip.h b/src/cpu/k8/chip.h index edebee1f14..3143425108 100644 --- a/src/cpu/k8/chip.h +++ b/src/cpu/k8/chip.h @@ -1,9 +1,10 @@ extern struct chip_control cpu_k8_control; struct ht_link { - struct chip *chip; - unsigned int ht_width, ht_speed; + struct chip *chip; + unsigned int ht_width, ht_speed; }; + struct cpu_k8_config { - struct ht_link up, down, across; + struct ht_link ldt0, ldt1, ldt2; }; |