svn commit: r211797 - projects/arm_eabi/sys/compat/arm

Andrew Turner andrew at FreeBSD.org
Wed Aug 25 07:30:33 UTC 2010


Author: andrew
Date: Wed Aug 25 07:30:33 2010
New Revision: 211797
URL: http://svn.freebsd.org/changeset/base/211797

Log:
  We are not building this on PowerPC so don't define PAD64_REQUIRED

Modified:
  projects/arm_eabi/sys/compat/arm/syscalls.master

Modified: projects/arm_eabi/sys/compat/arm/syscalls.master
==============================================================================
--- projects/arm_eabi/sys/compat/arm/syscalls.master	Wed Aug 25 07:24:52 2010	(r211796)
+++ projects/arm_eabi/sys/compat/arm/syscalls.master	Wed Aug 25 07:30:33 2010	(r211797)
@@ -53,10 +53,6 @@
 #include <compat/arm/freebsd_oabi.h>
 #include <compat/arm/freebsd_oabi_proto.h>
 
-#if !defined(PAD64_REQUIRED) && defined(__powerpc__)
-#define PAD64_REQUIRED
-#endif
-
 ; Reserved/unimplemented system calls in the range 0-150 inclusive
 ; are reserved for use in future Berkeley releases.
 ; Additional system calls implemented in vendor and other


More information about the svn-src-projects mailing list