Date: Tue, 29 Jan 2008 17:18:08 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134384 for review Message-ID: <200801291718.m0THI85C091363@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134384 Change 134384 by cognet@kanar on 2008/01/29 17:18:08 Remove amd64ism we won't use for sure. Affected files ... .. //depot/projects/mips2-jnpr/src/sys/mips/include/sysarch.h#2 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/mips/include/sysarch.h#2 (text+ko) ==== @@ -26,34 +26,19 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/sys/amd64/include/sysarch.h,v 1.24 2005/04/14 16:57:58 peter Exp $ + * $FreeBSD$ */ /* - * Architecture specific syscalls (AMD64) + * Architecture specific syscalls (MIPS) */ #ifndef _MACHINE_SYSARCH_H_ #define _MACHINE_SYSARCH_H_ -#define I386_GET_FSBASE 7 -#define I386_SET_FSBASE 8 -#define I386_GET_GSBASE 9 -#define I386_SET_GSBASE 10 - -/* Leave space for 0-127 for to avoid translating syscalls */ -#define AMD64_GET_FSBASE 128 -#define AMD64_SET_FSBASE 129 -#define AMD64_GET_GSBASE 130 -#define AMD64_SET_GSBASE 131 - #ifndef _KERNEL #include <sys/cdefs.h> __BEGIN_DECLS -int amd64_get_fsbase(void **); -int amd64_get_gsbase(void **); -int amd64_set_fsbase(void *); -int amd64_set_gsbase(void *); int sysarch(int, void *); __END_DECLS #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801291718.m0THI85C091363>