Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/sljit/dist/sljit_src Disable FPU in kernel ...
details: https://anonhg.NetBSD.org/src/rev/4838df9cf75c
branches: trunk
changeset: 330711:4838df9cf75c
user: alnsn <alnsn%NetBSD.org@localhost>
date: Fri Jul 18 19:38:02 2014 +0000
description:
Disable FPU in kernel space.
diffstat:
sys/external/bsd/sljit/dist/sljit_src/sljitConfig.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 7ab0b10945fc -r 4838df9cf75c sys/external/bsd/sljit/dist/sljit_src/sljitConfig.h
--- a/sys/external/bsd/sljit/dist/sljit_src/sljitConfig.h Fri Jul 18 19:34:59 2014 +0000
+++ b/sys/external/bsd/sljit/dist/sljit_src/sljitConfig.h Fri Jul 18 19:38:02 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sljitConfig.h,v 1.10 2014/06/17 19:36:45 alnsn Exp $ */
+/* $NetBSD: sljitConfig.h,v 1.11 2014/07/18 19:38:02 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
@@ -90,6 +90,10 @@
#endif
#ifdef _KERNEL
+#define SLJIT_IS_FPU_AVAILABLE 0
+#endif
+
+#ifdef _KERNEL
#include <sys/cdefs.h>
#include <sys/malloc.h>
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index