Skip to content

Commit

Permalink
futex: Split out wait/wake
Browse files Browse the repository at this point in the history
Move the wait/wake bits into their 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-15-andrealmeid@collabora.com
  • Loading branch information
Peter Zijlstra committed Oct 7, 2021
1 parent e5c6828 commit a046f1a
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 536 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 pi.o requeue.o
obj-y += core.o syscalls.o pi.o requeue.o waitwake.o
Loading

0 comments on commit a046f1a

Please sign in to comment.