Date: Mon, 28 Jan 2013 09:47:39 -0500 From: John Baldwin <jhb@freebsd.org> To: emulation@freebsd.org Subject: [PATCH] Move MI bits out of MD linux.h Message-ID: <201301280947.39690.jhb@freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301280947.39690.jhb>