diff options
| author | 2010-06-02 14:18:06 +0200 | |
|---|---|---|
| committer | 2010-06-02 14:18:06 +0200 | |
| commit | c7a441bba9de3b4e166b6a4449208bc906d70558 (patch) | |
| tree | 346fdf11e464c8201a9aaa8abdd1c1b6dc4f86e0 /include/linux/cache.h | |
| parent | Merge branch 'fix/hda' into for-linus (diff) | |
| parent | Merge branch 'master' of git.alsa-project.org:alsa-kernel into fix/hda (diff) | |
| download | linux-dev-c7a441bba9de3b4e166b6a4449208bc906d70558.tar.xz linux-dev-c7a441bba9de3b4e166b6a4449208bc906d70558.zip | |
Merge branch 'fix/hda' into for-linus
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 |
