We will have fueword on arm64, mark as such in machine/param.h.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-04-07 13:17:28 +00:00
parent 7966cc995c
commit 8c9db319f6

View file

@ -118,8 +118,4 @@
#define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024))
#ifdef _KERNEL
#define NO_FUEWORD 1
#endif
#endif /* !_MACHINE_PARAM_H_ */