#ifndef __ASM_GENERIC_HARDIRQ_H #define __ASM_GENERIC_HARDIRQ_H #include #include typedef struct { unsigned int __softirq_pending; } ____cacheline_aligned irq_cpustat_t; #include /* Standard mappings for irq_cpustat_t above */ #include #ifndef ack_bad_irq static inline void ack_bad_irq(unsigned int irq) { printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq); } #endif #endif /* __ASM_GENERIC_HARDIRQ_H */ :///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-08-16 19:52:35 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-08-19 12:29:20 -0400
commitbdf001374bfe12677ae6ec5076452493fb682012 (patch)
tree5da429580d2b23347834cea13b1d1e2d85239196
parent847927bb3db2b18744ddec1b4fbb274ac7e05199 (diff)
drm/amdgpu: fix timeout value check in amd_sched_job_recovery
Could be that we don't actually have a timeout set. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>