diff options
author | Michal Simek <monstr@monstr.eu> | 2009-04-21 14:06:08 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-04-23 16:27:28 +0200 |
commit | fbeda67782689bf80109512b16ac47264a282d01 (patch) | |
tree | 0e2e375116144d1e65b26bad3c94b5a956e115e2 /arch/microblaze/kernel/cpu/cpuinfo.c | |
parent | microblaze: Fix USR1/2 pvr printing message (diff) | |
download | linux-fbeda67782689bf80109512b16ac47264a282d01.tar.xz linux-fbeda67782689bf80109512b16ac47264a282d01.zip |
microblaze: Do not use PVR configuration for broken MB version
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/cpu/cpuinfo.c')
-rw-r--r-- | arch/microblaze/kernel/cpu/cpuinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/cpu/cpuinfo.c b/arch/microblaze/kernel/cpu/cpuinfo.c index 4a740dfcf6da..a10bea119b94 100644 --- a/arch/microblaze/kernel/cpu/cpuinfo.c +++ b/arch/microblaze/kernel/cpu/cpuinfo.c @@ -71,7 +71,7 @@ void __init setup_cpuinfo(void) __func__); set_cpuinfo_static(&cpuinfo, cpu); break; -/* FIXME I found weird behavior with MB 7.00.a/b +/* FIXME I found weird behavior with MB 7.00.a/b 7.10.a * please do not use FULL PVR with MMU */ case 1: printk(KERN_INFO "%s: Using full CPU PVR support\n", |