comparison src/cpu/zero/vm/bytes_zero.hpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents f95d63e2154a
children
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
166 // The following header contains the implementations of swap_u2, 166 // The following header contains the implementations of swap_u2,
167 // swap_u4, and swap_u8 167 // swap_u4, and swap_u8
168 #ifdef TARGET_OS_ARCH_linux_zero 168 #ifdef TARGET_OS_ARCH_linux_zero
169 # include "bytes_linux_zero.inline.hpp" 169 # include "bytes_linux_zero.inline.hpp"
170 #endif 170 #endif
171 #ifdef TARGET_OS_ARCH_bsd_zero
172 # include "bytes_bsd_zero.inline.hpp"
173 #endif
171 174
172 #endif // VM_LITTLE_ENDIAN 175 #endif // VM_LITTLE_ENDIAN
173 176
174 #endif // CPU_ZERO_VM_BYTES_ZERO_HPP 177 #endif // CPU_ZERO_VM_BYTES_ZERO_HPP