diff options
author | Michal Simek <monstr@monstr.eu> | 2009-08-31 15:11:30 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-09-21 14:29:20 +0200 |
commit | 8274cae796b6532cb82f9cbf04a681ed59981d02 (patch) | |
tree | bf7200d736a5c7175518f3bb5049bbdbd66f2633 /Documentation/gcov.txt | |
parent | mtd: Enable Open Firmware initialisation of MTD devices and maps for MicroBlaze (diff) | |
download | linux-8274cae796b6532cb82f9cbf04a681ed59981d02.tar.xz linux-8274cae796b6532cb82f9cbf04a681ed59981d02.zip |
gcov: Fix DEBUG_FS symbol
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to '')
-rw-r--r-- | Documentation/gcov.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gcov.txt b/Documentation/gcov.txt index 40ec63352760..e7ca6478cd93 100644 --- a/Documentation/gcov.txt +++ b/Documentation/gcov.txt @@ -47,7 +47,7 @@ Possible uses: Configure the kernel with: - CONFIG_DEBUGFS=y + CONFIG_DEBUG_FS=y CONFIG_GCOV_KERNEL=y and to get coverage data for the entire kernel: |