vserver 1.9.5.x5
[linux-2.6.git] / arch / v850 / kernel / vmlinux.lds.S
index bab351c..bbd3429 100644 (file)
                ___start___kcrctab_gpl = .;                                   \
                        *(__kcrctab_gpl)                                      \
                ___stop___kcrctab_gpl = .;                                    \
+               /* Built-in module parameters */                              \
+               ___start___param = .;                                         \
+               *(__param)                                                    \
+               ___stop___param = .;
+
 
 /* Kernel text segment, and some constant data areas.  */
 #define TEXT_CONTENTS                                                        \