Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2015 13:17:28 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281201 - head/sys/arm64/include
Message-ID:  <201504071317.t37DHSWq025905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504071317.t37DHSWq025905>