From 6a60b47d12b94d8c0a0feb00f165048be51153dd Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Sun, 11 Mar 2007 12:13:58 +1100 Subject: replace instance of SA_SHIRQ with IRQF_SHARED backwards compat added by airlied --- linux-core/drm_compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux-core/drm_compat.h') diff --git a/linux-core/drm_compat.h b/linux-core/drm_compat.h index bf5899fb..bc5fadc5 100644 --- a/linux-core/drm_compat.h +++ b/linux-core/drm_compat.h @@ -97,6 +97,10 @@ #define __GFP_COMP 0 #endif +#if !defined(IRQF_SHARED) +#define IRQF_SHARED SA_SHIRQ +#endif + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) static inline int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t pgprot) { -- cgit v1.2.3