aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/init_task.c
diff options
context:
space:
mode:
authorTim Abbott <tabbott@ksplice.com>2010-02-20 01:03:34 +0100
committerMichal Marek <mmarek@suse.cz>2010-03-03 11:25:58 +0100
commit4af57b787b4be09419a2bb48aa705fa87ef41cca (patch)
treeaa0d843953181e8e75f6937da6aaf3072dc63970 /arch/x86/kernel/init_task.c
parenttags: Add the ability to make tags for all archs using "all" (diff)
downloadlinux-dev-4af57b787b4be09419a2bb48aa705fa87ef41cca.tar.xz
linux-dev-4af57b787b4be09419a2bb48aa705fa87ef41cca.zip
Rename .data.cacheline_aligned to .data..cacheline_aligned.
Signed-off-by: Tim Abbott <tabbott@ksplice.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/x86/kernel/init_task.c')
-rw-r--r--arch/x86/kernel/init_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/init_task.c b/arch/x86/kernel/init_task.c
index 3a54dcb9cd0e..43e9ccf44947 100644
--- a/arch/x86/kernel/init_task.c
+++ b/arch/x86/kernel/init_task.c
@@ -34,7 +34,7 @@ EXPORT_SYMBOL(init_task);
/*
* per-CPU TSS segments. Threads are completely 'soft' on Linux,
* no more per-task TSS's. The TSS size is kept cacheline-aligned
- * so they are allowed to end up in the .data.cacheline_aligned
+ * so they are allowed to end up in the .data..cacheline_aligned
* section. Since TSS's are completely CPU-local, we want them
* on exact cacheline boundaries, to eliminate cacheline ping-pong.
*/