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/] [include/] [asm-or32/] [hardirq.h] - Rev 7

Compare with Previous | Blame | View Log

#ifndef __ASM_HARDIRQ_H__
#define __ASM_HARDIRQ_H__
 
//#include <linux/threads.h>
#include <linux/cache.h>
 
/* entry.S is sensitive to the offsets of these fields */
typedef struct {
	unsigned int __softirq_pending;
} ____cacheline_aligned irq_cpustat_t;
 
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
 
#define HARDIRQ_BITS	8
 
#endif /* __ASM_HARDIRQ_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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