Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
These appear to be unintended side effects of PR #1091, probably causing #1232
|
|
|
|
|
|
|
|
Should fix #1109)
|
|
|
|
|
|
|
|
Add Bay Trail "Pentium N3520" atom cpu
|
|
|
|
|
|
Second part of "support Intel Avoton via Nehalem kernel"
|
|
Add recognition of Intel Atom C27xx (Avoton, model code 4D)
|
|
|
|
|
|
Conflicts:
driver/others/memory.c
|
|
http://users.atw.hu/instlatx64/
|
|
|
|
hpanderson_cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cpuid uses register ebx, but ebx is reserved in PIC.
So save ebx, swap ebx & edi, and return edi.
Copied from Igor Pavlov's equivalent fix for 7zip (in CpuArch.c),
which is public domain and thus OK license-wise.
|
|
|
|
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For example, make NO_AVX=1 or make DYNAMIC_ARCH=1 NO_AVX=1
|
|
|
|
|
|
|