Searched hist:bfc10001b11e51b59ac901d17c5f05361bd2351d (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/kconfig/ |
H A D | lkc_proto.h | diff bfc10001b11e51b59ac901d17c5f05361bd2351d Wed Dec 13 02:34:07 CST 2006 Karsten Wiese <annabellesgarden@yahoo.de> [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>
|
H A D | lkc.h | diff bfc10001b11e51b59ac901d17c5f05361bd2351d Wed Dec 13 02:34:07 CST 2006 Karsten Wiese <annabellesgarden@yahoo.de> [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>
|
H A D | symbol.c | diff bfc10001b11e51b59ac901d17c5f05361bd2351d Wed Dec 13 02:34:07 CST 2006 Karsten Wiese <annabellesgarden@yahoo.de> [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>
|
H A D | confdata.c | diff bfc10001b11e51b59ac901d17c5f05361bd2351d Wed Dec 13 02:34:07 CST 2006 Karsten Wiese <annabellesgarden@yahoo.de> [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>
|