OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [linux-2.6/] [linux-2.6.24/] [arch/] [powerpc/] [math-emu/] [stfiwx.c] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 xianfeng
#include <linux/types.h>
2
#include <linux/errno.h>
3
#include <asm/uaccess.h>
4
 
5
int
6
stfiwx(u32 *frS, void *ea)
7
{
8
#ifdef DEBUG
9
        printk("%s: %p %p\n", __FUNCTION__, frS, ea);
10
#endif
11
 
12
        if (copy_to_user(ea, &frS[1], sizeof(frS[1])))
13
                return -EFAULT;
14
 
15
        return 0;
16
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.