make compilable on non-i386 architectures

This commit is contained in:
Günther Kelleter 2006-09-14 15:39:52 +00:00
parent 0f20f5bdc6
commit f85a2af479
1 changed files with 5 additions and 0 deletions

View File

@ -13,7 +13,12 @@
#include "helper.h"
#include "debug.h"
#include "dsp.h"
#ifdef ARCH_I386
#include <asm/i387.h>
#else
#define kernel_fpu_begin()
#define kernel_fpu_end()
#endif
/*