implemented ARMget_registers() using ldm from user mode. problem is it takes twice...
authordodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 28 Aug 2010 12:09:16 +0000 (12:09 +0000)
committerdodge-this <dodge-this@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 28 Aug 2010 12:09:16 +0000 (12:09 +0000)
commit3fbd4830f8d8dc3011415f1aab574561f603cd6e
treea3942ecc54c80892abbe4b0d590bc17b3ed45e92
parent5fb51d7210531187ca33cf44f1126de793f94520
implemented ARMget_registers() using ldm from user mode.  problem is it takes twice as long as just loading all the registers because register gets/sets are done in firmware.
about to revert it to the old method but wanted to save the work.

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@712 12e2690d-a6be-4b82-a7b7-67c4a43b65c8
client/GoodFETARM7.py