|
@@ -2,6 +2,7 @@
|
|
* Written by Martin Schwidefsky (schwidefsky@de.ibm.com)
|
|
* Written by Martin Schwidefsky (schwidefsky@de.ibm.com)
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+#include <asm/thread_info.h>
|
|
#include <asm/page.h>
|
|
#include <asm/page.h>
|
|
#include <asm-generic/vmlinux.lds.h>
|
|
#include <asm-generic/vmlinux.lds.h>
|
|
|
|
|
|
@@ -86,7 +87,7 @@ SECTIONS
|
|
}
|
|
}
|
|
_edata = .; /* End of data section */
|
|
_edata = .; /* End of data section */
|
|
|
|
|
|
- . = ALIGN(2 * PAGE_SIZE); /* init_task */
|
|
|
|
|
|
+ . = ALIGN(THREAD_SIZE); /* init_task */
|
|
.data.init_task : {
|
|
.data.init_task : {
|
|
*(.data.init_task)
|
|
*(.data.init_task)
|
|
}
|
|
}
|