]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Usually kernel parameters are documented in kernel-parameters.txt
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 26 Jul 2011 00:37:47 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 00:44:04 +0000 (10:44 +1000)
but user_debug is only documented in the Kconfig. Document the
option and point to the Kconfig help text for more info.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Documentation/kernel-parameters.txt

index aa47be71df4c12ddeb15f7abead764279b20f113..8186adceeeb5bdcfe3c5c1df380f8f7c4a5872fd 100644 (file)
@@ -2612,6 +2612,16 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
                                        medium is write-protected).
                        Example: quirks=0419:aaf5:rl,0421:0433:rc
 
+       user_debug=     [KNL,ARM]
+                       Format: <int>
+                       See arch/arm/Kconfig.debug help text.
+                                1 - undefined instruction events
+                                2 - system calls
+                                4 - invalid data aborts
+                                8 - SIGSEGV faults
+                               16 - SIGBUS faults
+                       Example: user_debug=31
+
        userpte=
                        [X86] Flags controlling user PTE allocations.