NetBSD/sys/arch/x86
riastradh b7a17ef485 Let the compiler decide whether to inline.
Works around ICE in PCC for now:

/home/riastradh/netbsd/current/src/sys/arch/x86/x86/cpu_rng.c, line 195: bad xasm node type 23
/home/riastradh/netbsd/current/src/sys/arch/x86/x86/cpu_rng.c, line 195: bad xasm node type 23
internal compiler error: /home/riastradh/netbsd/current/src/sys/arch/x86/x86/cpu_rng.c, line 195

This code is not performance-critical.
2016-02-29 00:17:54 +00:00
..
acpi Fix build break. 2016-01-28 23:50:04 +00:00
conf Add cpu_rng, a framework for simple on-CPU random number generators. 2016-02-27 00:09:44 +00:00
include Remove callout-based RNG support in VIA crypto driver; add VIA RNG backend for cpu_rng. 2016-02-27 00:54:59 +00:00
isa add intr_handle_t and let pci_intr_handle_t use it. 2015-04-27 06:51:40 +00:00
pci Introduce softint-based if_input 2016-02-09 08:32:07 +00:00
x86 Let the compiler decide whether to inline. 2016-02-29 00:17:54 +00:00