diff options
| author | Tim Abbott <[email protected]> | 2010-02-20 01:03:34 +0100 |
|---|---|---|
| committer | Michal Marek <[email protected]> | 2010-03-03 11:25:58 +0100 |
| commit | 4af57b787b4be09419a2bb48aa705fa87ef41cca (patch) | |
| tree | aa0d843953181e8e75f6937da6aaf3072dc63970 /include/linux/cache.h | |
| parent | bc75cc6b5636eed5f6a481cba808e906f71cfd94 (diff) | |
Rename .data.cacheline_aligned to .data..cacheline_aligned.
Signed-off-by: Tim Abbott <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Denys Vlasenko <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Diffstat (limited to 'include/linux/cache.h')
| -rw-r--r-- | include/linux/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cache.h b/include/linux/cache.h index 97e24881c4c6..4c570653ab84 100644 --- a/include/linux/cache.h +++ b/include/linux/cache.h @@ -31,7 +31,7 @@ #ifndef __cacheline_aligned #define __cacheline_aligned \ __attribute__((__aligned__(SMP_CACHE_BYTES), \ - __section__(".data.cacheline_aligned"))) + __section__(".data..cacheline_aligned"))) #endif /* __cacheline_aligned */ #ifndef __cacheline_aligned_in_smp |