Commit 68062a3e authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Add .con_initcall.init section on v850

parent 82e8fb3b
......@@ -95,7 +95,10 @@
*(.initcall6.init) \
*(.initcall7.init) \
. = ALIGN (4) ; \
___initcall_end = . ;
___initcall_end = . ; \
___con_initcall_start = .; \
*(.con_initcall.init) \
___con_initcall_end = .;
/* Contents of `init' section for a kernel that's loaded into RAM. */
#define RAMK_INIT_CONTENTS \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment