lkml.org 
[lkml]   [2011]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] CMPXCHG config options changes
Date
While implementing cmpxchg_double() on s390 I realized that we don't
set CONFIG_CMPXCHG_LOCAL besides the fact that we have support for it.
However setting that option will increase the size of struct page by
eight bytes on 64 bit, which we certainly do not want.
Also, it doesn't make sense that a present cpu feature should increase
the size of struct page.
Besides that it looks like the dependency to CMPXCHG_LOCAL is wrong
and that it should depend on CMPXCHG_DOUBLE instead.

Heiko Carstens (3):
mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL
mm,x86,um: move CMPXCHG_LOCAL config option
mm,x86,um: move CMPXCHG_DOUBLE config option

arch/Kconfig | 14 ++++++++++++++
arch/x86/Kconfig | 3 +++
arch/x86/Kconfig.cpu | 6 ------
arch/x86/um/Kconfig | 8 --------
include/linux/mm_types.h | 9 ++++-----
mm/slub.c | 9 ++++++---
mm/vmstat.c | 2 +-
7 files changed, 28 insertions(+), 23 deletions(-)

--
1.7.7.1



\
 
 \ /
  Last update: 2011-11-10 15:07    [W:0.054 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site