]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/include/asm/module.h
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / arch / parisc / include / asm / module.h
index c2cb49e934c1d66110bb2618d14efe6ae0811228..1f4123427ea09c9c80c5b25c0cbb40fea5ca754a 100644 (file)
@@ -23,8 +23,10 @@ struct mod_arch_specific
 {
        unsigned long got_offset, got_count, got_max;
        unsigned long fdesc_offset, fdesc_count, fdesc_max;
-       unsigned long stub_offset, stub_count, stub_max;
-       unsigned long init_stub_offset, init_stub_count, init_stub_max;
+       struct {
+               unsigned long stub_offset;
+               unsigned int stub_entries;
+               } *section;
        int unwind_section;
        struct unwind_table *unwind;
 };