/freebsd/sys/i386/i386/ |
H A D | ptrace_machdep.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | elf_machdep.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | initcpu.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | mp_machdep.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | vm_machdep.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | trap.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | pmap.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | machdep.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
/freebsd/sys/i386/conf/ |
H A D | DEFAULTS | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | NOTES | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | identcpu.c | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
/freebsd/sys/i386/include/ |
H A D | atomic.h | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
/freebsd/sys/conf/ |
H A D | options.i386 | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|
H A D | files.i386 | diff 57f6622f92bd72f8dd00ef76ca63a9bc909d7d49 Fri Feb 03 13:51:40 CET 2017 Konstantin Belousov <kib@FreeBSD.org> For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE and device npx.
This means that FPU is always initialized and handled when available, and SSE+ register file and exception are handled when available. This makes the kernel FPU code much easier to maintain by the cost of slight bloat for CPUs older than 25 years.
CPU_DISABLE_CMPXCHG outlived its usefulness, see the removed comment explaining the original purpose.
Suggested by and discussed with: bde Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 3 weeks
|