patch-2.3.27 linux/arch/m68k/math-emu/fp_emu.h

Next file: linux/arch/mips/kernel/mips_ksyms.c
Previous file: linux/arch/m68k/kernel/process.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/arch/m68k/math-emu/fp_emu.h linux/arch/m68k/math-emu/fp_emu.h
@@ -38,10 +38,11 @@
 #ifndef _FP_EMU_H
 #define _FP_EMU_H
 
-#ifndef __ASSEMBLY__
-
+#include "../kernel/m68k_defs.h"
 #include <asm/math-emu.h>
 
+#ifndef __ASSEMBLY__
+
 #define IS_INF(a) ((a)->exp == 0x7fff)
 #define IS_ZERO(a) ((a)->mant.m64 == 0)
 
@@ -113,9 +114,6 @@
 })
 
 #else /* __ASSEMBLY__ */
-
-#include "../kernel/m68k_defs.h"
-#include <asm/math-emu.h>
 
 /*
  * set, reset or clear a bit in the fp status register

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)