diff options
Diffstat (limited to 'arch/ppc/platforms/4xx')
-rw-r--r-- | arch/ppc/platforms/4xx/ebony.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/ebony.c b/arch/ppc/platforms/4xx/ebony.c index d6b2b1965dcb..9decb72e7aaf 100644 --- a/arch/ppc/platforms/4xx/ebony.c +++ b/arch/ppc/platforms/4xx/ebony.c | |||
@@ -91,7 +91,7 @@ ebony_calibrate_decr(void) | |||
91 | * on Rev. C silicon then errata forces us to | 91 | * on Rev. C silicon then errata forces us to |
92 | * use the internal clock. | 92 | * use the internal clock. |
93 | */ | 93 | */ |
94 | if (strcmp(cur_cpu_spec[0]->cpu_name, "440GP Rev. B") == 0) | 94 | if (strcmp(cur_cpu_spec->cpu_name, "440GP Rev. B") == 0) |
95 | freq = EBONY_440GP_RB_SYSCLK; | 95 | freq = EBONY_440GP_RB_SYSCLK; |
96 | else | 96 | else |
97 | freq = EBONY_440GP_RC_SYSCLK; | 97 | freq = EBONY_440GP_RC_SYSCLK; |