git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7559b1
)
vsyscall_64: add missing ifdef CONFIG_SECCOMP
author
Will Drewry
<wad@chromium.org>
Sat, 14 Jul 2012 15:32:52 +0000
(10:32 -0500)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 14 Jul 2012 19:01:36 +0000
(12:01 -0700)
vsyscall_seccomp introduced a dependency on __secure_computing. On
configurations with CONFIG_SECCOMP disabled, compilation will fail.
Reported-by: feng xiangjun <fengxj325@gmail.com>
Signed-off-by: Will Drewry <wad@chromium.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found