freebsd-dev/sys/amd64/include
Bruce Evans a67ef0a77a Don't implement anything in the ffs family in <machine/cpufunc.h>
in the non-_KERNEL case.  This "fixes" applications that include
this "kernel-only" header and also include <strings.h> (or get
<strings.h> via the default _BSD_VISIBLE pollution in <string.h>.
In C++ there was a fatal error: the declaration specifies C linkage
but the implementation gives C++ linkage.  In C there was only a
static/extern mismatch if the headers were included in a certain order
order, and a partially redundant declaration for all include orders;
gcc emits incomplete or wrong diagnostics for these, but only for
compiling with -Wsystem-headers and certain other warning options, so
the problem was usually not seen for C.

Ports breakage reported by:	kris
2004-03-11 13:38:54 +00:00
..
pc
_inttypes.h
_limits.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
_stdint.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
_types.h
acpica_machdep.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
apicreg.h MFi386: remove APIC_IRQ* defines that are no longer used. 2003-12-11 02:48:25 +00:00
apicvar.h Initial landing of SMP support for FreeBSD/amd64. 2003-11-17 08:58:16 +00:00
asm.h
asmacros.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
atomic.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
bus_amd64.h
bus_dma.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
bus_memio.h
bus_pio.h
bus.h
clock.h Initial landing of SMP support for FreeBSD/amd64. 2003-11-17 08:58:16 +00:00
cpu.h
cpufunc.h Don't implement anything in the ffs family in <machine/cpufunc.h> 2004-03-11 13:38:54 +00:00
cputypes.h
critical.h Fix syntax errors and wrong function prototypes in several MD header 2004-03-05 09:19:59 +00:00
db_machdep.h
dvcfg.h AMD64 versions. 2004-03-03 07:00:48 +00:00
elf.h
endian.h
exec.h
float.h
floatingpoint.h
fpu.h We can simplify a lot of things now that we don't have to worry about 2004-01-28 23:55:58 +00:00
frame.h
ieeefp.h
in_cksum.h
intr_machdep.h
legacyvar.h
limits.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
md_var.h Re-add user_dbreg_trap() for debug register support 2004-01-29 00:05:03 +00:00
metadata.h
mptable.h Convert a couple of pointers to integers for source compatability with 2003-11-14 22:23:30 +00:00
mutex.h Kill the ASM versions of the mtx_lock_spin and friends. They were never 2003-12-06 23:17:18 +00:00
param.h Since we have additional kernel virtual address space, allow the buffer 2003-12-20 20:03:10 +00:00
pcb_ext.h
pcb.h Add dbreg struct definitions for /proc/*/dbregs and a place to store the 2004-01-28 23:54:31 +00:00
pci_cfgreg.h
pcpu.h Argh! Followup to previous commit. I checked in the patch with an 2003-11-20 23:49:28 +00:00
pcvt_ioctl.h Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.h 2003-12-10 02:49:17 +00:00
physio_proc.h AMD64 versions. 2004-03-03 07:00:48 +00:00
pmap.h Remove unused declarations. (Some time ago, these variables became fields 2004-03-07 07:13:15 +00:00
proc.h Cosmetic and/or trivial sync up with i386. 2003-11-21 03:02:00 +00:00
profile.h Remove `static' prototype from header file. 2004-01-06 20:36:21 +00:00
psl.h
ptrace.h
reg.h Add dbreg struct definitions for /proc/*/dbregs and a place to store the 2004-01-28 23:54:31 +00:00
reloc.h
resource.h
runq.h Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead 2003-12-06 23:24:18 +00:00
segments.h Initial landing of SMP support for FreeBSD/amd64. 2003-11-17 08:58:16 +00:00
setjmp.h
sf_buf.h - Modify alpha's sf_buf implementation to use the direct virtual-to- 2003-11-16 06:11:26 +00:00
sigframe.h
signal.h
smp.h MFi386: mp_topology(). 2004-01-28 23:51:16 +00:00
specialreg.h MFi386: add THERMTRIP msr values 2004-01-28 23:47:22 +00:00
stdarg.h
sysarch.h Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'm 2004-01-09 16:52:09 +00:00
trap.h
tss.h Initial landing of SMP support for FreeBSD/amd64. 2003-11-17 08:58:16 +00:00
ucontext.h
varargs.h
vmparam.h Increase VM_KMEM_SIZE_MAX from 200MB to 400MB. 2003-12-07 04:51:04 +00:00