diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /arch/blackfin/Kconfig.debug | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r-- | arch/blackfin/Kconfig.debug | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index d1825cb24768..e2a3d4c8ab9a 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
@@ -9,15 +9,6 @@ config DEBUG_STACKOVERFLOW | |||
9 | This option will cause messages to be printed if free stack space | 9 | This option will cause messages to be printed if free stack space |
10 | drops below a certain limit. | 10 | drops below a certain limit. |
11 | 11 | ||
12 | config DEBUG_STACK_USAGE | ||
13 | bool "Enable stack utilization instrumentation" | ||
14 | depends on DEBUG_KERNEL | ||
15 | help | ||
16 | Enables the display of the minimum amount of free stack which each | ||
17 | task has ever had available in the sysrq-T output. | ||
18 | |||
19 | This option will slow down process creation somewhat. | ||
20 | |||
21 | config DEBUG_VERBOSE | 12 | config DEBUG_VERBOSE |
22 | bool "Verbose fault messages" | 13 | bool "Verbose fault messages" |
23 | default y | 14 | default y |
@@ -32,7 +23,7 @@ config DEBUG_VERBOSE | |||
32 | Most people should say N here. | 23 | Most people should say N here. |
33 | 24 | ||
34 | config DEBUG_MMRS | 25 | config DEBUG_MMRS |
35 | bool "Generate Blackfin MMR tree" | 26 | tristate "Generate Blackfin MMR tree" |
36 | select DEBUG_FS | 27 | select DEBUG_FS |
37 | help | 28 | help |
38 | Create a tree of Blackfin MMRs via the debugfs tree. If | 29 | Create a tree of Blackfin MMRs via the debugfs tree. If |
@@ -59,7 +50,7 @@ config EXACT_HWERR | |||
59 | be reported multiple cycles after the error happens. This delay | 50 | be reported multiple cycles after the error happens. This delay |
60 | can cause the wrong application, or even the kernel to receive a | 51 | can cause the wrong application, or even the kernel to receive a |
61 | signal to be killed. If you are getting HW errors in your system, | 52 | signal to be killed. If you are getting HW errors in your system, |
62 | try turning this on to ensure they are at least comming from the | 53 | try turning this on to ensure they are at least coming from the |
63 | proper thread. | 54 | proper thread. |
64 | 55 | ||
65 | On production systems, it is safe (and a small optimization) to say N. | 56 | On production systems, it is safe (and a small optimization) to say N. |
@@ -102,17 +93,6 @@ config DEBUG_DOUBLEFAULT_RESET | |||
102 | 93 | ||
103 | endchoice | 94 | endchoice |
104 | 95 | ||
105 | config DEBUG_ICACHE_CHECK | ||
106 | bool "Check Instruction cache coherency" | ||
107 | depends on DEBUG_KERNEL | ||
108 | depends on DEBUG_HWERR | ||
109 | help | ||
110 | Say Y here if you are getting weird unexplained errors. This will | ||
111 | ensure that icache is what SDRAM says it should be by doing a | ||
112 | byte wise comparison between SDRAM and instruction cache. This | ||
113 | also relocates the irq_panic() function to L1 memory, (which is | ||
114 | un-cached). | ||
115 | |||
116 | config DEBUG_HUNT_FOR_ZERO | 96 | config DEBUG_HUNT_FOR_ZERO |
117 | bool "Catch NULL pointer reads/writes" | 97 | bool "Catch NULL pointer reads/writes" |
118 | default y | 98 | default y |