From: Alan Cox Date: Mon, 20 Apr 2015 21:40:04 +0000 (+0100) Subject: ubee: this isn't a usable port but just keep the line in sync X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=88612db8bf162956763422dae0441be4655376f2;p=FUZIX.git ubee: this isn't a usable port but just keep the line in sync --- diff --git a/Kernel/platform-ubee/devhd.c b/Kernel/platform-ubee/devhd.c index 21ab2965..e2e170d2 100644 --- a/Kernel/platform-ubee/devhd.c +++ b/Kernel/platform-ubee/devhd.c @@ -115,7 +115,7 @@ static int hd_transfer(uint8_t minor, bool is_read, uint8_t rawflag) } else if (rawflag == 2) { nblock = swapcnt >> 9; /* in 512 byte chunks */ dptr = (uint16_t)swapbase; - hd_page = swapproc->p_page; + hd_page = swappage; block = swapblk; } else goto bad2;