Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Panfrost
linux
Commits
fdea77b8
Commit
fdea77b8
authored
Mar 24, 2011
by
Thomas Gleixner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: gic: Use proper accessor functions
Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
ac93cdbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/arm/common/gic.c
arch/arm/common/gic.c
+1
-1
No files found.
arch/arm/common/gic.c
View file @
fdea77b8
...
...
@@ -382,7 +382,7 @@ void __cpuinit gic_enable_ppi(unsigned int irq)
unsigned
long
flags
;
local_irq_save
(
flags
);
irq_
to_desc
(
irq
)
->
status
|=
IRQ_NOPROBE
;
irq_
set_status_flags
(
irq
,
IRQ_NOPROBE
)
;
gic_unmask_irq
(
irq_get_irq_data
(
irq
));
local_irq_restore
(
flags
);
}
...
...
Write
Preview
Markdown
is supported
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