linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] highmem: rearrange export symbol of __kmap_atomic_idx
@ 2012-06-06  8:14 Lai Jiangshan
  2012-06-06  8:14 ` [PATCH 2/7] highmem: rearrange the comments of pkmap_count Lai Jiangshan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lai Jiangshan @ 2012-06-06  8:14 UTC (permalink / raw)
  Cc: Ingo Molnar, Peter Zijlstra, Tejun Heo, Al Viro, H. Peter Anvin,
	Ian Campbell, Paul Gortmaker, Mel Gorman, Michal Hocko, linux-mm,
	linux-kernel, Lai Jiangshan

make it near to its defintion.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
---
 mm/highmem.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/mm/highmem.c b/mm/highmem.c
index 57d82c6..0036dd5 100644
--- a/mm/highmem.c
+++ b/mm/highmem.c
@@ -32,6 +32,7 @@
 
 #if defined(CONFIG_HIGHMEM) || defined(CONFIG_X86_32)
 DEFINE_PER_CPU(int, __kmap_atomic_idx);
+EXPORT_PER_CPU_SYMBOL(__kmap_atomic_idx);
 #endif
 
 /*
@@ -47,9 +48,6 @@ DEFINE_PER_CPU(int, __kmap_atomic_idx);
 unsigned long totalhigh_pages __read_mostly;
 EXPORT_SYMBOL(totalhigh_pages);
 
-
-EXPORT_PER_CPU_SYMBOL(__kmap_atomic_idx);
-
 unsigned int nr_free_highpages (void)
 {
 	pg_data_t *pgdat;
-- 
1.7.7

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-06  8:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-06  8:14 [PATCH 1/7] highmem: rearrange export symbol of __kmap_atomic_idx Lai Jiangshan
2012-06-06  8:14 ` [PATCH 2/7] highmem: rearrange the comments of pkmap_count Lai Jiangshan
2012-06-06  8:14 ` [PATCH 3/7] highmem: remove set_page_address() Lai Jiangshan
2012-06-06  8:14 ` [PATCH 4/7] highmem: remove pool_lock Lai Jiangshan
2012-06-06  8:14 ` [PATCH 5/7] highmem: direct struct page_address_map allocation Lai Jiangshan
2012-06-06  8:15 ` [PATCH 6/7] highmem: remove ->virtual from struct page_address_map Lai Jiangshan
2012-06-06  8:15 ` [PATCH 7/7] highmem: avoid page_address() in flush_all_zero_pkmaps() Lai Jiangshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox