From: Roland McGrath Date: Sat, 3 Sep 2005 22:56:35 +0000 (-0700) Subject: [PATCH] i386: clean up vDSO alignment padding X-Git-Tag: v2.6.14-rc1~858 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0694d15d55d0deed928786a6393d5e45e37d76;p=pandora-kernel.git [PATCH] i386: clean up vDSO alignment padding This makes the vDSO use nops for all its padding around instructions, rather than sometimes zeros, and nop-pads the end of the area containing instructions to a 32-byte cache line, to keep text and data in separate lines. Signed-off-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed