ia64/xen-unstable
changeset 1120:205bdb40d5e6
bitkeeper revision 1.746 (403b6b5cpExseI7oKNgJ2CGqfbYM8A)
setup.c:
Xenolinux now accepts AMD64 processors.
setup.c:
Xenolinux now accepts AMD64 processors.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Tue Feb 24 15:18:52 2004 +0000 (2004-02-24) |
parents | 33e3adc72d8b |
children | a39bbe7cddc4 b5f640dd2086 |
files | xenolinux-2.4.25-sparse/arch/xeno/kernel/setup.c |
line diff
1.1 --- a/xenolinux-2.4.25-sparse/arch/xeno/kernel/setup.c Tue Feb 24 13:36:29 2004 +0000 1.2 +++ b/xenolinux-2.4.25-sparse/arch/xeno/kernel/setup.c Tue Feb 24 15:18:52 2004 +0000 1.3 @@ -457,10 +457,10 @@ static int __init init_amd(struct cpuinf 1.4 1.5 switch(c->x86) 1.6 { 1.7 + case 5: /* We don't like AMD K6 */ 1.8 + panic("Unsupported AMD processor\n"); 1.9 case 6: /* An Athlon/Duron. We can trust the BIOS probably */ 1.10 - break; 1.11 - default: 1.12 - panic("Unsupported AMD processor\n"); 1.13 + break; 1.14 } 1.15 1.16 display_cacheinfo(c);