commit | f4b93ba93184c23f7a903cc790b573195fb41c37 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Apr 15 08:39:41 2013 +0400 |
committer | Chris Zankel <chris@zankel.net> | Thu May 09 01:07:10 2013 -0700 |
tree | f117caa1f31310983af9b5d28f323f8faf02ef3b | |
parent | 0f7f931027da4fd2da7f33b5a074167233d88f1f [diff] |
xtensa: don't use a7 in simcalls To support FRAME_POINTER avoid using a7 in __simc (none of the existing simcalls needs it). Replace calls to __simc with more specific simc_read, simc_write and simc_lseek calls. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>