From: Erik Jacobson Date: Sat, 6 Jan 2007 00:37:05 +0000 (-0800) Subject: [PATCH] connector: some fixes for ia64 unaligned access errors X-Git-Tag: v2.6.20-rc4~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3e095a1fb42bac32355d5d59ce93f8b4e59a3e;p=pandora-kernel.git [PATCH] connector: some fixes for ia64 unaligned access errors On ia64, the various functions that make up cn_proc.c cause kernel unaligned access errors. If you are using these, for example, to get notification about all tasks forking and exiting, you get multiple unaligned access errors per process. Use put_unaligned() in the appropriate palces to fix this. Signed-off-by: Erik Jacobson Cc: Evgeniy Polyakov Cc: "Luck, Tony" Cc: Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed