summaryrefslogtreecommitdiffstats
path: root/src/cpu/k8/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/k8/chip.h')
-rw-r--r--src/cpu/k8/chip.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cpu/k8/chip.h b/src/cpu/k8/chip.h
index edebee1..3143425 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;
};
OpenPOWER on IntegriCloud