shuffer: make the new shuffler not pollute unrelated memory
authorH. Peter Anvin <hpa@zytor.com>
Tue, 31 Mar 2009 16:25:27 +0000 (09:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 31 Mar 2009 16:25:27 +0000 (09:25 -0700)
commit8076e48f4e178830f6f9cdc1752ab8f4de1b19b3
tree789ae6900808f21474a46e1cbab3269fc9b945e8
parent35dda1ebbb0c58dc76e3b534611c3bdcb06e2248
shuffer: make the new shuffler not pollute unrelated memory

Keep the shuffler from polluting memory outside its own "safe area".
This means being more clever about the relocation code, but it should
make it a lot easier to use for our own uses.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/bcopyxx.inc