From: Stephen Warren Date: Thu, 10 May 2012 22:14:33 +0000 (-0600) Subject: printk: correctly align __log_buf X-Git-Tag: v3.5-rc1~147^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8450fca6ecdea38b5a882fdf6cd097e3ec8651c;p=pandora-kernel.git printk: correctly align __log_buf __log_buf must be aligned, because a 64-bit value is written directly to it as part of struct log. Alignment of the log entries is typically handled by log_store(), but this only triggers for subsequent entries, not the very first (or wrapped) entries. Cc: Kay Sievers Signed-off-by: Stephen Warren Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed