linux-2.6.34: add unwinding to om-gta01's defconfig
commit8e4bd2fd4cbf1c75acd30adbd3aaa074c3175a3e
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 20 Feb 2011 19:49:43 +0000 (20 20:49 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 22 Feb 2011 09:42:02 +0000 (22 10:42 +0100)
tree0ea58e66dc75df4b7954979201a166843764c4de
parent04e52f9cf794ad8c9cd303084765972700823cf5
linux-2.6.34: add unwinding to om-gta01's defconfig

* taken from om-gta02 change 1516588acd3c4b4dd4add71d06ab8ce0d1bafa02

Adding unwinding remove CONFIG_FRAME_POINTER while preserving its
  debug functionalities at the cost of a bigger image
  (that we mitigate by using LZMA compression instead of gzip)
Pratically speaking that should result in speed improvements:
  Speed seem to be faster but was not tested scientifically.

Here's the unwinding help:
  This option enables stack unwinding support in the kernel
  using the information automatically generated by the
  compiler. The resulting kernel image is slightly bigger but
  the performance is not affected. Currently, this feature
  only works with EABI compilers. If unsure say Y.
And the frame pointer help:
  If you say N here, the resulting kernel will be slightly smaller and
  faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
  when a problem occurs with the kernel, the information that is
  reported is severely limited.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/linux/linux-2.6.34/om-gta01/defconfig