CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/25 15:31:24
Modified files:
sys/arch/amd64/amd64: bus_space.c copy.S
sys/arch/amd64/include: pio.h
sys/arch/i386/i386: bus_space.c kvm86call.S locore.s vector.s
sys/arch/i386/include: pio.h
Log message:
We now following the ABI and always clear cld on function entry, so remove
the extra CLD instructions from when that wasn't true
testing miod@ krw@
