Searched hist:b74e34dbdeb39136e0557930a373392b7d644f43 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | vmlinux.lds.S | diff b74e34dbdeb39136e0557930a373392b7d644f43 Sat Dec 27 02:34:41 CST 2008 Sam Ravnborg <sam@ravnborg.org> sparc: use .data.init_task section for init_thread_union
Use a dedicated aligned section for the init_thread_union variable and declare this section in vmlinux.lds.
This align sparc with most other architectures. Eventually this allow the init_task bits to be unified across all architectures.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|