diff options
| author | Karsten Wiese <[email protected]> | 2006-12-13 00:34:06 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-12-13 09:05:48 -0800 |
| commit | b321429325e4c911c379a5bf4156c9fc9713e425 (patch) | |
| tree | 8781e449e4b0b10da6394f7bf01e0e6004c074ac /include/linux/debugobjects.h | |
| parent | 3dfcaf16135150d0f025047a7525664a41bb2adf (diff) | |
[PATCH] kconfig: new function "bool conf_get_changed(void)"
Run "make xconfig" on a freshly untarred kernel-tree. Look at the floppy disk
icon of the qt application, that has just started: Its in a normal, active
state.
Mouse click on it: .config is being saved.
This patch series changes things so taht
after the mouse click on the floppy disk icon, the icon is greyed out.
If you mouse click on it now, nothing happens.
If you change some CONFIG_*, the floppy disk icon returns to "active state",
that is, if you mouse click it now, .config is written.
This patch:
Returns sym_change_count to reflect the .config's change state.
All read only accesses of
sym_change_count
are replaced by calls to
conf_get_changed()
.
mconfig.c is manipulated to ask for saving only when
conf_get_changed() returned true.
Signed-off-by: Karsten Wiese <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Roman Zippel <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions