diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:44 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:15 -0400 |
commit | 5459c945fd381af0c587a04a7d8d468fa348257d (patch) | |
tree | 9a0804b412623bdbd16235f14cd0e4ab48f24c02 /arch | |
parent | 6c10dcd2d019bb63026f1fdbd158788cdf7b8b0a (diff) |
Feather-Trace: add platform independent implementation
This patch adds the simple fallback implementation and creates dummy
hooks in the x86 and ARM Kconfig files.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 3 | ||||
-rw-r--r-- | arch/x86/Kconfig | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9fee3674d914..ce948d46a1b3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -2120,5 +2120,8 @@ source "lib/Kconfig" | |||
2120 | 2120 | ||
2121 | source "arch/arm/kvm/Kconfig" | 2121 | source "arch/arm/kvm/Kconfig" |
2122 | 2122 | ||
2123 | config ARCH_HAS_FEATHER_TRACE | ||
2124 | def_bool n | ||
2125 | |||
2123 | source "litmus/Kconfig" | 2126 | source "litmus/Kconfig" |
2124 | 2127 | ||
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9f305d6e1246..eda7a8806be0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2595,4 +2595,7 @@ source "arch/x86/kvm/Kconfig" | |||
2595 | 2595 | ||
2596 | source "lib/Kconfig" | 2596 | source "lib/Kconfig" |
2597 | 2597 | ||
2598 | config ARCH_HAS_FEATHER_TRACE | ||
2599 | def_bool n | ||
2600 | |||
2598 | source "litmus/Kconfig" | 2601 | source "litmus/Kconfig" |