Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1533290
| From | One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/boot: Fail the boot if !M486 and CPUID is missing |
| Date | 2016-11-30 14:20 +0100 |
| Message-ID | <sJcXL-6zu-11@gated-at.bofh.it> (permalink) |
| References | <sFnoJ-35g-25@gated-at.bofh.it> |
| Organization | Intel Corporation |
> Rather than trying to work around these issues, just have the kernel > fail loudly if it's running on a CPUID-less 486, doesn't have CPUID, > and doesn't have CONFIG_M486 set. NAK This still breaks the Geode at the very least and I think the ELAN and some of the other older socket 7 devices. These have their own config CPU type (and in some cases *need* it selected) but do not have CPUID. Given the cores without CPUID are often post 486 in other respects this seems a bit odd. In fact I can't help thinking that the problem is that sync_core tests CONFIG_M486 whereas we should have and test HAVE_CPUID and set this by processor type (M586/M486/GEODEGX1/GEODE_LX1/Cyrix plus I think ELAN not having it) I'd been wondering why Geode wasn't working on modern kernels, now I think I know 8) Alan
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] x86/boot: Fail the boot if !M486 and CPUID is missing One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk> - 2016-11-30 14:20 +0100 Re: [PATCH] x86/boot: Fail the boot if !M486 and CPUID is missing Andy Lutomirski <luto@amacapital.net> - 2016-11-30 19:30 +0100
csiph-web