Skip to content
GitLab
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
58de40e3
Commit
58de40e3
authored
Aug 03, 2015
by
Dmitriy Cherkasov
Committed by
Philippe Gerum
Feb 28, 2016
Browse files
arm64/ipipe: raw_spinlock_t -> ipipe_spinlock_t
parent
9af0c954
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm64/include/asm/mmu.h
View file @
58de40e3
...
...
@@ -18,12 +18,12 @@
typedef
struct
{
unsigned
int
id
;
raw
_spinlock_t
id_lock
;
ipipe
_spinlock_t
id_lock
;
void
*
vdso
;
}
mm_context_t
;
#define INIT_MM_CONTEXT(name) \
.context.id_lock =
__RAW
_SPIN_LOCK_UNLOCKED
(name.context.id_lock)
,
.context.id_lock =
IPIPE
_SPIN_LOCK_UNLOCKED,
#define ASID(mm) ((mm)->context.id & 0xffff)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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