From 4bc0d19caa7b261266e7901f3b98d41747af0e51 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 27 Oct 2010 17:41:17 +0200 Subject: [PATCH] --- yaml --- r: 218484 b: refs/heads/master c: 47f19a0814e80e1d4e5c17d61b70fca85ea09162 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/percpu-defs.h | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/[refs] b/[refs] index 6cc34bdaacfc..d6e6bd07263d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 22d4cd4c4dce6d7b7d9a7e396aa4f87fe7a649b1 +refs/heads/master: 47f19a0814e80e1d4e5c17d61b70fca85ea09162 diff --git a/trunk/include/linux/percpu-defs.h b/trunk/include/linux/percpu-defs.h index 018db9a62ffe..27ef6b190ea6 100644 --- a/trunk/include/linux/percpu-defs.h +++ b/trunk/include/linux/percpu-defs.h @@ -147,18 +147,6 @@ #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ DEFINE_PER_CPU_SECTION(type, name, "..readmostly") -/* - * Declaration/definition used for large per-CPU variables that must be - * aligned to something larger than the pagesize. - */ -#define DECLARE_PER_CPU_MULTIPAGE_ALIGNED(type, name, size) \ - DECLARE_PER_CPU_SECTION(type, name, "..page_aligned") \ - __aligned(size) - -#define DEFINE_PER_CPU_MULTIPAGE_ALIGNED(type, name, size) \ - DEFINE_PER_CPU_SECTION(type, name, "..page_aligned") \ - __aligned(size) - /* * Intermodule exports for per-CPU variables. sparse forgets about * address space across EXPORT_SYMBOL(), change EXPORT_SYMBOL() to