Index: kernel/arch/arm32/src/fpu_context.c
===================================================================
--- kernel/arch/arm32/src/fpu_context.c	(revision bedd81bd3dc6c8afd3d762319481ecf8ebc221a1)
+++ kernel/arch/arm32/src/fpu_context.c	(revision 3de8aaa6a5e9e169046b3554936cc777b52b3a0b)
@@ -290,8 +290,4 @@
 void fpu_context_save(fpu_context_t *ctx)
 {
-	/* Check if we have access */
-	if (!fpu_have_coprocessor_access())
-		return;
-
 	/* This is only necessary if we enable fpu exceptions. */
 #if 0
@@ -309,7 +305,4 @@
 void fpu_context_restore(fpu_context_t *ctx)
 {
-	/* Check if we have access */
-	if (!fpu_have_coprocessor_access())
-		return;
 	if (restore_context)
 		restore_context(ctx);
