PC, KVM, CMA: Fix regression caused by wrong get_order() use
[sfrench/cifs-2.6.git] / arch / powerpc / math-emu / fre.c
1 #include <linux/types.h>
2 #include <linux/errno.h>
3 #include <asm/uaccess.h>
4
5 int fre(void *frD, void *frB)
6 {
7 #ifdef DEBUG
8         printk("%s: %p %p\n", __func__, frD, frB);
9 #endif
10         return -ENOSYS;
11 }