Skip to content

Commit

Permalink
[PATCH] uml: declare in Kconfig our partial LOCKDEP support
Browse files Browse the repository at this point in the history
Declare UML partial support for LOCKDEP - however IRQFLAGS tracing requires
some coding which nobody did yet, so we cannot run full lockdep on UML.  Grep
for CONFIG_TRACE_IRQFLAGS on i386 code to find their implementation.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 11, 2006
1 parent 69fada3 commit 711553e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/um/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ config PCI
config PCMCIA
bool

# Yet to do!
config TRACE_IRQFLAGS_SUPPORT
bool
default n

config LOCKDEP_SUPPORT
bool
default y

config STACKTRACE_SUPPORT
bool
default y

config GENERIC_CALIBRATE_DELAY
bool
default y
Expand Down

0 comments on commit 711553e

Please sign in to comment.