commit | 2a0694d15d55d0deed928786a6393d5e45e37d76 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Sat Sep 03 15:56:35 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:10 2005 -0700 |
tree | 50b408c01b57b3d77069dc0e3bc1da42423174d3 | |
parent | 56f1d5d52a21b93bc2984c920b17e0d80df5d1b2 [diff] |
[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 <roland@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>