Will Deacon 454b0289c6 sparc32: mm: Don't try to free page-table pages if ctor() fails
The pages backing page-table allocations for SRMMU are allocated via
memblock as part of the "nocache" region initialisation during
srmmu_paging_init() and should not be freed even if a later call to
pgtable_pte_page_ctor() fails.

Remove the broken call to __free_page().

Cc: David S. Miller <davem@davemloft.net>
Cc: Kirill A. Shutemov <kirill@shutemov.name>
Fixes: 1ae9ae5f7df7 ("sparc: handle pgtable_page_ctor() fail")
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-02 18:45:51 -07:00
..
2020-05-07 00:41:47 +02:00
2020-04-23 16:41:26 +09:00
2020-04-11 11:38:44 -07:00
2020-04-24 10:39:32 -07:00
2020-05-10 11:59:53 -07:00
2020-04-04 10:12:47 -07:00