diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-04 21:31:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-06 09:30:22 +0700 |
commit | c6a6796d70a263cb214f74a614c650f0b382e8fe (patch) | |
tree | b09965f14b0a67146129ce8f50e7a1269e5dbd6b /system/ksplice/kernel-2.6.29.diff | |
parent | d4f92938cdefca11c416249e02157da348241a71 (diff) | |
download | slackbuilds-c6a6796d70a263cb214f74a614c650f0b382e8fe.tar.gz |
system/ksplice: Removed (no longer build).
Upstream only support Fedora and Ubuntu.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ksplice/kernel-2.6.29.diff')
-rw-r--r-- | system/ksplice/kernel-2.6.29.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/system/ksplice/kernel-2.6.29.diff b/system/ksplice/kernel-2.6.29.diff deleted file mode 100644 index b2c8bbf590..0000000000 --- a/system/ksplice/kernel-2.6.29.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/kmodsrc/ksplice.c b/kmodsrc/ksplice.c -index 6f6805c..63b0398 100644 ---- a/kmodsrc/ksplice.c -+++ b/kmodsrc/ksplice.c -@@ -4098,6 +4098,8 @@ static const struct kernel_symbol *find_symbol(const char *name, - return NULL; - } - -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29) -+/* a06f6211ef9b1785922f9d0e8766d63ac4e66de1 was after 2.6.28 */ - static inline int within_module_core(unsigned long addr, struct module *mod) - { - return (unsigned long)mod->module_core <= addr && -@@ -4109,6 +4111,7 @@ static inline int within_module_init(unsigned long addr, struct module *mod) - return (unsigned long)mod->module_init <= addr && - addr < (unsigned long)mod->module_init + mod->init_size; - } -+#endif - - static struct module *__module_address(unsigned long addr) - { |