[PATCH] Move MI bits out of MD linux.h
John Baldwin
jhb at freebsd.org
Mon Jan 28 14:47:41 UTC 2013
This patch attempts to reduce duplication between i386/linux/linux.h and
amd64/linux32/linux.h by moving bits that are MI out into headers in
compat/linux. I only moved constants that were defined in MI headers in Linux
itself, not necessarily all constants that have the same value. Further
reduction could be possible if we wanted to make a linux-i386.h that these two
headers could share, but that would be a separate project.
http://www.FreeBSD.org/~jhb/patches/linux_mi.patch
--
John Baldwin
More information about the freebsd-emulation
mailing list