rc2014: add external buffer cache
authorAlan Cox <alan@linux.intel.com>
Sat, 6 Oct 2018 19:28:55 +0000 (20:28 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 6 Oct 2018 19:28:55 +0000 (20:28 +0100)
commit88576c532c8d5adfa85820e679f243b863e6d187
treeb1d6e3723e21a18132bbc1bc30ab34f43019af75
parent7b243f8f7df506a1b3171f9aafb5d1269571b58f
rc2014: add external buffer cache

That lets us go up to 16K of buffers that are also unmapped when not being
accessed. Lots more meta data cached and a nicer system feel.
Kernel/platform-rc2014/buffers.s [new file with mode: 0644]
Kernel/platform-rc2014/extbuffer.c [new file with mode: 0644]