bcopy32: refactor the bcopy routine to be able to reuse the pm part
authorH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 02:10:54 +0000 (18:10 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 06:54:01 +0000 (22:54 -0800)
commit9b1b3e4a9ff364123366b0840c457febe3c86184
tree5ddd5d5c4457ad2fdfe08aeb6a7d810e77368d59
parent4e5eea80bcfff2f4775858ee58f7d67d2a5396d0
bcopy32: refactor the bcopy routine to be able to reuse the pm part

Refactor the bcopy routine to be able to reuse the pm entry and exit
portion to call other "simple" protected-mode routines ("simple" in
the sense that no interrupt thunking support is present or expected.)

Note: consider whether or not it would be preferrable to move the
thunking support into low memory and have it be always present.
bcopy32.inc