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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [sched.h] - Diff between revs 62 and 82

Show entire file | Details | Blame | View Log

Rev 62 Rev 82
Line 1107... Line 1107...
        unsigned int softirq_enable_event;
        unsigned int softirq_enable_event;
        int hardirq_context;
        int hardirq_context;
        int softirq_context;
        int softirq_context;
#endif
#endif
#ifdef CONFIG_LOCKDEP
#ifdef CONFIG_LOCKDEP
# define MAX_LOCK_DEPTH 30UL
# define MAX_LOCK_DEPTH 48UL
        u64 curr_chain_key;
        u64 curr_chain_key;
        int lockdep_depth;
        int lockdep_depth;
        struct held_lock held_locks[MAX_LOCK_DEPTH];
        struct held_lock held_locks[MAX_LOCK_DEPTH];
        unsigned int lockdep_recursion;
        unsigned int lockdep_recursion;
#endif
#endif

powered by: WebSVN 2.1.0

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