svn commit: r281201 - head/sys/arm64/include

Andrew Turner andrew at FreeBSD.org
Tue Apr 7 13:17:29 UTC 2015


Author: andrew
Date: Tue Apr  7 13:17:28 2015
New Revision: 281201
URL: https://svnweb.freebsd.org/changeset/base/281201

Log:
  We will have fueword on arm64, mark as such in machine/param.h.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/arm64/include/param.h

Modified: head/sys/arm64/include/param.h
==============================================================================
--- head/sys/arm64/include/param.h	Tue Apr  7 12:42:06 2015	(r281200)
+++ head/sys/arm64/include/param.h	Tue Apr  7 13:17:28 2015	(r281201)
@@ -118,8 +118,4 @@
 
 #define	pgtok(x)		((unsigned long)(x) * (PAGE_SIZE / 1024))
 
-#ifdef _KERNEL
-#define	NO_FUEWORD	1
-#endif
-
 #endif /* !_MACHINE_PARAM_H_ */


More information about the svn-src-all mailing list