Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
23fdde91
Commit
23fdde91
authored
Nov 27, 2015
by
Gilles Chanteperdrix
Committed by
Philippe Gerum
Feb 28, 2016
Browse files
arm/ipipe: fix compilation without irq domains
parent
575643b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/include/asm/ipipe.h
View file @
23fdde91
...
...
@@ -237,6 +237,7 @@ static inline unsigned long __ipipe_ffnz(unsigned long ul)
#define __ipipe_root_tick_p(regs) (!arch_irqs_disabled_flags(regs->ARM_cpsr))
#ifdef CONFIG_IRQ_DOMAIN
static
inline
int
ipipe_handle_domain_irq
(
struct
irq_domain
*
domain
,
unsigned
int
hwirq
,
struct
pt_regs
*
regs
)
...
...
@@ -247,6 +248,7 @@ int ipipe_handle_domain_irq(struct irq_domain *domain,
return
0
;
}
#endif
/* irq domains */
#else
/* !CONFIG_IPIPE */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment