- 14 2月, 2013 1 次提交
-
-
由 Arnd Bergmann 提交于
The exception table sorter outputs one line every time it gets called, e.g. 'sort done marker at 66dc00', which is slightly annoying when doing 'make -s' which is otherwise completely silent. Since that output is not helpful to most people building the kernel, turn it off by default. Signed-off-by: NArnd Bergmann <arnd@arndb.de> Acked-by: NDavid Daney <david.daney@cavium.com> Cc: "H. Peter Anvin" <hpa@zytor.com>
-
- 25 4月, 2012 1 次提交
-
-
由 David Daney 提交于
x86 is now using relative rather than absolute addresses in its exception table, so we add a sorter for these. If there are relocations on the __ex_table section, they are redundant and probably incorrect after the sort, so they are zeroed out leaving them valid and consistent. Also use the unaligned safe accessors from tools/{be,le}_byteshift.h Signed-off-by: NDavid Daney <david.daney@cavium.com> Link: http://lkml.kernel.org/r/1335291795-26693-2-git-send-email-ddaney.cavm@gmail.comSigned-off-by: NH. Peter Anvin <hpa@zytor.com>
-
- 20 4月, 2012 1 次提交
-
-
由 David Daney 提交于
Using this build-time sort saves time booting as we don't have to burn cycles sorting the exception table. Signed-off-by: NDavid Daney <david.daney@cavium.com> Link: http://lkml.kernel.org/r/1334872799-14589-2-git-send-email-ddaney.cavm@gmail.comSigned-off-by: NH. Peter Anvin <hpa@linux.intel.com>
-