z80: split the IDE driver __DISCARD up and remove the feature
authorAlan Cox <alan@linux.intel.com>
Thu, 12 Feb 2015 01:54:47 +0000 (01:54 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 12 Feb 2015 01:54:47 +0000 (01:54 +0000)
commitefa6faa96c1f18ae57b5b8278185e0db5e77dbc0
tree4370fdbd9d652681ef0c17f5260b2703f0a83c55
parent739086abefe7d5c3e1761641e230883346671614
z80: split the IDE driver __DISCARD up and remove the feature

We can't have multiple banked and unbanked segments in one object file as
we then have no way to make the banked linker and binmunge fix them up. The
common piece is ok as it doesn't call out to other segments in the same file
likewise calls to common code is ok. Calls betweem banks however don't end
well.
Kernel/cpu-z80/cpu.h
Kernel/dev/devide.c
Kernel/dev/devide.h
Kernel/dev/devide_discard.c [new file with mode: 0644]
Kernel/platform-zx128/Makefile
Kernel/platform-zx128/fuzix.lnk