z80fixedbank: Split into two
authorAlan Cox <alan@linux.intel.com>
Sat, 1 Sep 2018 21:09:22 +0000 (22:09 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 1 Sep 2018 21:09:22 +0000 (22:09 +0100)
commit9012115701fd4e9ca442112739523b3c153f088c
treec5bbb1d9547b652a4478827d29ebcf467b573f7f
parent02746c781af84dc6d6fb97ff79b17c4d39924a71
z80fixedbank: Split into two

This allows someone to opt out of the default fork bank copier if they have
say a DMA engine or want to write their own fast platform specific code.
Kernel/lib/z80fixedbank-core.s [new file with mode: 0644]
Kernel/lib/z80fixedbank.s