summaryrefslogtreecommitdiffstats
path: root/init/Makefile
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2018-01-08 10:49:09 +0000
committerDavid Howells <dhowells@redhat.com>2018-01-09 23:21:02 +0000
commit138101932054268a235c6ac7cf474f6a88fcd885 (patch)
tree2095654b92dc09e92216dc78cd7db8463f5473b2 /init/Makefile
parent0b04ea6822936757cf7b18713e3d6ad05e97c883 (diff)
openrisc: Make THREAD_SIZE available to vmlinux.lds
Make THREAD_SIZE available to vmlinux.lds on openrisc by including asm/thread_info.h the linker script. This allows init_stack to be allocated in the linker script in a subsequent patch. Reported-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: David Howells <dhowells@redhat.com> Tested-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Stafford Horne <shorne@gmail.com> cc: Jonas Bonn <jonas@southpole.se> cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> cc: openrisc@lists.librecores.org
Diffstat (limited to 'init/Makefile')
0 files changed, 0 insertions, 0 deletions
02'>102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179