repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
rcutorture
/
formal
/
srcu-cbmc
/
src
/
misc.c
blob
9440cc39e3c6860fc5c26134c44a38e41861c986
1
// SPDX-License-Identifier: GPL-2.0
2
#include <config.h>
3
4
#include
"misc.h"
5
#include
"bug_on.h"
6
7
struct
rcu_head
;
8
9
void
wakeme_after_rcu
(
struct
rcu_head
*
head
)
10
{
11
BUG
();
12
}