diff options
| author | Roland McGrath <[email protected]> | 2007-10-17 18:04:40 +0200 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2007-10-17 20:16:43 +0200 |
| commit | 06f99ac87ef3f1f706cd1eb794b16dfbfe60ee29 (patch) | |
| tree | 20bb2db3d0de8c30317e242e09fce373de468b29 /include/linux | |
| parent | bc3c6058bc8f9845ae73f6dc727570778f103858 (diff) | |
x86: vdso put vars in rodata
This adds a const to the definitions vvar.c makes, so that the vdso_*
variables go into .rodata instead of .data. This is essentially a
cosmetic change, just giving the section headers in the vDSO file more
pleasing flags. These variables are read-only from the perspective of
the vDSO itself and user mode, even though the contents of the DSO image
were adjusted at boot.
Signed-off-by: Roland McGrath <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions