Re: [PATCH] CPU hot swap for 2.4.3 + s390 support

Chris Wedgwood (cw@f00f.org)
Sun, 6 May 2001 13:53:22 +1200


On Sat, May 05, 2001 at 11:34:16AM -0500, Mitch Adair wrote:

Wouldn't that be lot of the same issues as a "swapoff" with some
portion of that in use? (except for the kernel data case of
course...)

No. Swapoff makes pages allocated to userland applications in swap
move back into main memory -- this is much easier because:

- the pages are on disk, we _know_ the aren't locked my mlock or
pinned for IO (kiobufs, whatever)

- there are no kernel pages/buffers in this area, even harder than
the above to deal with

--cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/