diff options
author | Jesper Dangaard Brouer <jdb@comx.dk> | 2008-10-24 15:05:12 +0200 |
---|---|---|
committer | Robert Richter <robert.richter@amd.com> | 2008-10-27 19:15:39 +0100 |
commit | ba8b453de08c18cbc2453bcabfd0936c1d6695cb (patch) | |
tree | 1b3182cab9de4f2646650e4846f9fb9f25fc1b46 /arch/Kconfig | |
parent | 0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff) |
Change UTF8 chars in Kconfig help text about Oprofile AMD barcelona
Fixes screwing up text output when doing a make oldconfig and viewing
help text of "OProfile AMD IBS support". When the terminal is
not using an UTF8 locale / LANG. "make config" breaks terminal output
and its not possible to continue.
(Change added by changeset 852402cc Tue Jul 22 21:09:06 2008)
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index e6ab550bceb3..8977d99987cb 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -21,7 +21,7 @@ config OPROFILE_IBS Instruction-Based Sampling (IBS) is a new profiling technique that provides rich, precise program performance information. IBS is introduced by AMD Family10h processors - (AMD Opteron Quad-Core processor “Barcelona”) to overcome + (AMD Opteron Quad-Core processor "Barcelona") to overcome the limitations of conventional performance counter sampling. |