Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/seL4/seL4.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 09, 2016
  2. Aug 08, 2016
  3. Aug 06, 2016
  4. Aug 05, 2016
  5. Aug 04, 2016
  6. Aug 01, 2016
  7. Jul 28, 2016
  8. Jul 27, 2016
  9. Jul 26, 2016
  10. Jul 23, 2016
  11. Jul 22, 2016
  12. Jul 21, 2016
  13. Jul 20, 2016
  14. Jul 19, 2016
  15. Jul 18, 2016
  16. Jul 15, 2016
    • Kofi Doku Atuah's avatar
      x86: Fix cpuid family/model composition · 56030fc3
      Kofi Doku Atuah authored
      Fixes a bug where previously MODEL_ID() was defined as:
          `#define MODEL_ID(x) ( ((x & 0xf0000) >> 16) + (x & 0xf0) )`
      
      This was incorrect because (1) it didn't take into account the conditional
      nature of the extended_model_ID, and (2) it's actually shifting the
      extended_model_ID into the low bits and keeping the model_ID in the high bits,
      when it should be the other way around.
      
      This patch also introduces a foundation for more sane testing of CPU vendor,
      family, model and brand_ID.
      56030fc3
Loading