From f85a2af479abb823bf7b7993674974f8dc9a2565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Kelleter?= Date: Thu, 14 Sep 2006 15:39:52 +0000 Subject: [PATCH] make compilable on non-i386 architectures --- drivers/isdn/hardware/mISDN/dsp_cancel.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/isdn/hardware/mISDN/dsp_cancel.c b/drivers/isdn/hardware/mISDN/dsp_cancel.c index abd754e..edae815 100644 --- a/drivers/isdn/hardware/mISDN/dsp_cancel.c +++ b/drivers/isdn/hardware/mISDN/dsp_cancel.c @@ -13,7 +13,12 @@ #include "helper.h" #include "debug.h" #include "dsp.h" +#ifdef ARCH_I386 #include +#else +#define kernel_fpu_begin() +#define kernel_fpu_end() +#endif /*