diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/feature.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/feature.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/powermac/feature.c b/arch/powerpc/platforms/powermac/feature.c index 243a24fd025a..10f1d942c661 100644 --- a/arch/powerpc/platforms/powermac/feature.c +++ b/arch/powerpc/platforms/powermac/feature.c | |||
@@ -2960,7 +2960,6 @@ static void dump_HT_speeds(char *name, u32 cfg, u32 frq) | |||
2960 | 2960 | ||
2961 | void __init pmac_check_ht_link(void) | 2961 | void __init pmac_check_ht_link(void) |
2962 | { | 2962 | { |
2963 | #if 0 /* Disabled for now */ | ||
2964 | u32 ufreq, freq, ucfg, cfg; | 2963 | u32 ufreq, freq, ucfg, cfg; |
2965 | struct device_node *pcix_node; | 2964 | struct device_node *pcix_node; |
2966 | u8 px_bus, px_devfn; | 2965 | u8 px_bus, px_devfn; |
@@ -2991,10 +2990,8 @@ void __init pmac_check_ht_link(void) | |||
2991 | early_read_config_dword(px_hose, px_bus, px_devfn, 0xc8, &cfg); | 2990 | early_read_config_dword(px_hose, px_bus, px_devfn, 0xc8, &cfg); |
2992 | early_read_config_dword(px_hose, px_bus, px_devfn, 0xd0, &freq); | 2991 | early_read_config_dword(px_hose, px_bus, px_devfn, 0xd0, &freq); |
2993 | dump_HT_speeds("PCI-X HT Downlink", cfg, freq); | 2992 | dump_HT_speeds("PCI-X HT Downlink", cfg, freq); |
2994 | #endif | ||
2995 | } | 2993 | } |
2996 | 2994 | #endif /* 0 */ | |
2997 | #endif /* CONFIG_POWER4 */ | ||
2998 | 2995 | ||
2999 | /* | 2996 | /* |
3000 | * Early video resume hook | 2997 | * Early video resume hook |