diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-07-14 03:59:44 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-07-14 04:02:25 -0400 |
commit | 1d030370f09036e8dcb3cc40915f3f9cf92bb54c (patch) | |
tree | eaf20569346b88430ab3ba9c78974dfdd67a7aab /arch/s390/kernel/early.c | |
parent | a44008f2372684bacfab03de5039f68b613c5b53 (diff) |
[S390] Remove P390 support.
Most likely it is broken anyway because of the changes in memory
detection. Since we can't test it and there are probably better ways
that using a P390 card, remove support for it.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/early.c')
-rw-r--r-- | arch/s390/kernel/early.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c index 4c0ec7b46e37..2a2ca268b1dd 100644 --- a/arch/s390/kernel/early.c +++ b/arch/s390/kernel/early.c | |||
@@ -183,10 +183,6 @@ static noinline __init void detect_machine_type(void) | |||
183 | if (cpuinfo->cpu_id.version == 0xff) | 183 | if (cpuinfo->cpu_id.version == 0xff) |
184 | machine_flags |= MACHINE_FLAG_VM; | 184 | machine_flags |= MACHINE_FLAG_VM; |
185 | 185 | ||
186 | /* Running on a P/390 ? */ | ||
187 | if (cpuinfo->cpu_id.machine == 0x7490) | ||
188 | machine_flags |= MACHINE_FLAG_P390; | ||
189 | |||
190 | /* Running under KVM ? */ | 186 | /* Running under KVM ? */ |
191 | if (cpuinfo->cpu_id.version == 0xfe) | 187 | if (cpuinfo->cpu_id.version == 0xfe) |
192 | machine_flags |= MACHINE_FLAG_KVM; | 188 | machine_flags |= MACHINE_FLAG_KVM; |