commit | 8d7e8240e66cecc84a375aceb26942d02b291198 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Tue Feb 12 11:55:32 2008 -0800 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 17:09:08 2008 -0800 |
tree | 97074169ed7a281ccf5207a653781f57ddb2bffc | |
parent | 0b2c3afdaaaa3e577300b2235df43eb8af00020b [diff] |
[XTENSA] Clean up elf-gregset. Remove additional registers from the ELF gregset structure that are only used by the kernel or are not required or invalid in user-space. The ar registers are always aligned to a windowbase value of 0, and the WB register is always assumed to be 0. Increase the size of the structure to 128 entries. This will provide enough space in future. Signed-off-by: Chris Zankel <chris@zankel.net>