Re: [Lhms-devel] [RFC] buddy allocator without bitmap [2/4]
From: Andrew Morton <hidden>
Date: 2004-08-27 00:28:34
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2004-08-27 00:28:34
Also in:
lkml
Hiroyuki KAMEZAWA [off-list ref] wrote:
In the previous version, I used SetPagePrivate()/ClearPagePrivate()/PagePrivate(). But these are "atomic" operation and looks very slow. This is why I doesn't used these macros in this version. My previous version, which used set_bit/test_bit/clear_bit, shows very bad performance on my test, and I replaced it.
That's surprising. But if you do intend to use non-atomic bitops then please add __SetPagePrivate() and __ClearPagePrivate() -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>