From: David Miller Date: Wed, 14 May 2008 05:06:56 +0000 (-0700) Subject: ftrace: remove packed attribute on ftrace_page. X-Git-Tag: v2.6.27-rc1~1102^2^2~1^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5e5ceaf52a882a29d9b86531a20733f5116066;p=pandora-kernel.git ftrace: remove packed attribute on ftrace_page. It causes unaligned access traps on platforms like sparc (ftrace_page may be marked packed, but once we return a dyn_ftrace sub-object from this array to another piece of code, the "packed" part of the typing information doesn't propagate). But also, it didn't serve any purpose either. Even if packed, on 64-bit or 32-bit, it didn't give us any more dyn_ftrace entries per-page. Signed-off-by: David S. Miller Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed