projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd81c8a
)
riscv: remove the HAVE_KPROBES option
author
Christoph Hellwig
<hch@lst.de>
Wed, 13 Feb 2019 17:39:56 +0000
(18:39 +0100)
committer
Palmer Dabbelt
<palmer@sifive.com>
Tue, 19 Feb 2019 21:55:18 +0000
(13:55 -0800)
HAVE_KPROBES is defined genericly in arch/Kconfig and architectures
should just select it if supported.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/Kconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig
b/arch/riscv/Kconfig
index
515fc3c
..
b60f4e3
100644
(file)
--- a/
arch/riscv/Kconfig
+++ b/
arch/riscv/Kconfig
@@
-94,9
+94,6
@@
config PGTABLE_LEVELS
default 3 if 64BIT
default 2
-config HAVE_KPROBES
- def_bool n
-
menu "Platform type"
choice