b29ff62772
Defining partially initialized struct eth_device on stack means gcc has to zero out it, and some gcc versions optimize this with an implicit call to memset. Move definition to data section to avoid that (it has also nice side effect that we need not to pass it to helper functions anymore) Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> |
||
---|---|---|
.. | ||
config.mk | ||
crcek.h | ||
crcek.S | ||
crcit.c | ||
eeprom_start.S | ||
eeprom.c | ||
eeprom.lds | ||
Makefile | ||
netstar.c | ||
setup.S |