search for: __exitdata

Displaying 2 results from an estimated 2 matches for "__exitdata".

2006 Sep 21
0
[PATCH] Clean up and enhance "make tags"
...ude -name ''asm-*'' -prune -o -name ''*.h'' -print; \ + find $(SUBDIRS) -name ''*.[chS]'' -print ) +endef + +define set_exuberant_flags + exuberant_flags=`$1 --version 2>/dev/null | grep -iq exuberant && \ + echo "-I __initdata,__exitdata,__acquires,__releases \ + -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ + --extra=+f --c-kinds=+px"` endef .PHONY: _TAGS _TAGS: - rm -f TAGS && $(all_sources) | xargs etags -a + rm -f TAGS; \ + $(call set_exuberant_flags,etags); \ + $(all_sources) | xargs etags $$exuberant_flags -...
2006 Feb 24
2
r56 - trunk/debian
...2/include/linux/init.h 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/include/linux/init.h 2006-02-17 00:45:18.247519309 +0100 ++++ linux-2.6.12-xen/include/linux/init.h 2006-02-25 00:12:33.788991685 +0100 @@ -229,6 +229,18 @@ void __init parse_early_param(void); #define __devexitdata __exitdata #endif @@ -103097,7 +103100,7 @@ __u32 priority; diff -Nurp pristine-linux-2.6.12/include/linux/zlib.h linux-2.6.12-xen/include/linux/zlib.h --- pristine-linux-2.6.12/include/linux/zlib.h 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/include/linux/zlib.h 2006-02-17 00:45:18.227...