alistair23-linux/scripts/kconfig
Karsten Wiese bfc10001b1 [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only
Those two functions are
	void sym_set_change_count(int count)
and
	void sym_add_change_count(int count)

All write accesses to sym_change_count are replaced by calls to above
functions.

Variable and changer-functions are moved to confdata.c.  IMO thats ok, as
sym_change_count is an attribute of the .config's change state.

Signed-off-by: Karsten Wiese <fzu@wemgehoertderstaat.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-13 09:05:48 -08:00
..
lxdialog [PATCH] fix menuconfig colours with TERM=vt100 2006-11-25 13:28:34 -08:00
.gitignore [PATCH] .gitignore: add miscellaneous files 2006-11-13 07:40:42 -08:00
conf.c [PATCH] kconfig: new function "bool conf_get_changed(void)" 2006-12-13 09:05:48 -08:00
confdata.c [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only 2006-12-13 09:05:48 -08:00
expr.c kconfig: create links in info window 2006-06-09 16:28:07 +02:00
expr.h kconfig: add defconfig_list/module option 2006-06-09 07:31:30 +02:00
gconf.c kconfig: allow loading multiple configurations 2006-06-09 07:31:30 +02:00
gconf.glade
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped kconfig: add symbol option config syntax 2006-06-09 07:31:30 +02:00
lkc.h [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only 2006-12-13 09:05:48 -08:00
lkc_proto.h [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only 2006-12-13 09:05:48 -08:00
Makefile kbuild: do not build mconf & lxdialog unless needed 2006-09-30 11:19:20 +02:00
mconf.c [PATCH] kconfig: new function "bool conf_get_changed(void)" 2006-12-13 09:05:48 -08:00
menu.c kconfig: warn about leading whitespace for menu prompts 2006-06-09 16:28:07 +02:00
POTFILES.in
qconf.cc [PATCH] kconfig: new function "bool conf_get_changed(void)" 2006-12-13 09:05:48 -08:00
qconf.h kconfig: jump to linked menu prompt 2006-06-09 16:28:07 +02:00
symbol.c [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only 2006-12-13 09:05:48 -08:00
util.c kconfig: fix .config dependencies 2006-06-09 07:31:30 +02:00
zconf.gperf kconfig: add symbol option config syntax 2006-06-09 07:31:30 +02:00
zconf.hash.c_shipped kconfig: add symbol option config syntax 2006-06-09 07:31:30 +02:00
zconf.l
zconf.tab.c_shipped [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only 2006-12-13 09:05:48 -08:00
zconf.y [PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only 2006-12-13 09:05:48 -08:00