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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [kernel/] [softirq.c] - Diff between revs 199 and 656

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 199 Rev 656
Line 46... Line 46...
                        if (!fn)
                        if (!fn)
                                goto bad_bh;
                                goto bad_bh;
                        fn();
                        fn();
                }
                }
        }
        }
/* SIMON */
/* SIMON: forbidden change of source file - execution error */
cli();
cli();
 
 
        return;
        return;
bad_bh:
bad_bh:
        printk ("irq.c:bad bottom half entry %08lx\n", mask);
        printk ("irq.c:bad bottom half entry %08lx\n", mask);
/* SIMON */
/* SIMON: forbidden change of source file - execution error */
cli();
cli();
 
 
}
}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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