diff options
author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-12-21 17:22:23 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 20:26:10 +0100 |
commit | b2be3b1529d0adec549a166adb6825bc069c2ec8 (patch) | |
tree | f04970e87c285f73c1e62ff9280266dab5c3c606 /arch/powerpc/kernel | |
parent | [POWERPC] 4xx: rework UIC cascade irq handling (diff) | |
download | linux-b2be3b1529d0adec549a166adb6825bc069c2ec8.tar.xz linux-b2be3b1529d0adec549a166adb6825bc069c2ec8.zip |
[POWERPC] 4xx: Correct 440GRx machine_check callback
Correct the PowerPC 440GRx machine check callback.
Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index b0dcd47b803b..85868fc6b290 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -1247,7 +1247,7 @@ static struct cpu_spec __initdata cpu_specs[] = { .icache_bsize = 32, .dcache_bsize = 32, .cpu_setup = __setup_cpu_440grx, - .machine_check = machine_check_4xx, + .machine_check = machine_check_440A, .platform = "ppc440", }, { /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */ |