mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-04-13 10:30:11 +02:00
While using etags to find free_pages(), I stumbled across this debug definition of free_pages() that is to be used while debugging some raid code in userspace. The __get_free_pages() allocates the correct size, but the free_pages() does not match. free_pages(), like __get_free_pages(), takes an order and not a size. Acked-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NeilBrown <neilb@suse.de> |
||
|---|---|---|
| .. | ||
| Kbuild | ||
| md_p.h | ||
| md_u.h | ||
| pq.h | ||
| xor.h | ||