[PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture page table helpers

Kirill A. Shutemov kirill at shutemov.name
Thu Sep 12 21:00:16 AEST 2019


On Thu, Sep 12, 2019 at 11:32:53AM +0530, Anshuman Khandual wrote:
> +MODULE_LICENSE("GPL v2");
> +MODULE_AUTHOR("Anshuman Khandual <anshuman.khandual at arm.com>");
> +MODULE_DESCRIPTION("Test architecture page table helpers");

It's not module. Why?

BTW, I think we should make all code here __init (or it's variants) so it
can be discarded on boot. It has not use after that.

-- 
 Kirill A. Shutemov


More information about the Linuxppc-dev mailing list