]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/mm/pgtable-book3s64.c
powerpc/mm: add radix__remove_section_mapping()
[karo-tx-linux.git] / arch / powerpc / mm / pgtable-book3s64.c
index 2b13f6b87e2507f639e56f655e61fd13d004092b..b798ff674fabd50a55ce3f51c8c0ec334c4e84af 100644 (file)
@@ -139,7 +139,7 @@ int create_section_mapping(unsigned long start, unsigned long end)
 int remove_section_mapping(unsigned long start, unsigned long end)
 {
        if (radix_enabled())
-               return -ENODEV;
+               return radix__remove_section_mapping(start, end);
 
        return hash__remove_section_mapping(start, end);
 }