Skip to content

Commit

Permalink
futex: Split out PI futex
Browse files Browse the repository at this point in the history
Move the PI futex implementation into it's own file.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: André Almeida <andrealmeid@collabora.com>
Link: https://lore.kernel.org/r/20210923171111.300673-10-andrealmeid@collabora.com
  • Loading branch information
Peter Zijlstra committed Oct 7, 2021
1 parent 966cb75 commit 85dc28f
Show file tree
Hide file tree
Showing 4 changed files with 1,452 additions and 1,408 deletions.
2 changes: 1 addition & 1 deletion kernel/futex/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0

obj-y += core.o syscalls.o
obj-y += core.o syscalls.o pi.o
Loading

0 comments on commit 85dc28f

Please sign in to comment.