Skip to content

Commit

Permalink
x86: add instrumentation menu
Browse files Browse the repository at this point in the history
It seems commit 09caded was incomplete 
due to a clash with the x86 architecture merge.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Adrian Bunk authored and Thomas Gleixner committed Oct 23, 2007
1 parent 01e7ae8 commit ea58065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
2 changes: 2 additions & 0 deletions arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,8 @@ source "drivers/Kconfig"

source "fs/Kconfig"

source "kernel/Kconfig.instrumentation"

source "arch/i386/Kconfig.debug"

source "security/Kconfig"
Expand Down
17 changes: 0 additions & 17 deletions arch/x86/oprofile/Kconfig

This file was deleted.

2 changes: 2 additions & 0 deletions arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,8 @@ source "drivers/firmware/Kconfig"

source fs/Kconfig

source "kernel/Kconfig.instrumentation"

source "arch/x86_64/Kconfig.debug"

source "security/Kconfig"
Expand Down

0 comments on commit ea58065

Please sign in to comment.