commit | 8017ea35d33f9e0950d369773ab48bcb1efb9ba0 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Jun 08 21:50:50 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Jun 10 13:24:56 2016 +1000 |
tree | a99576fb9f7d2a2ba13219bc3fe7b09623560d6e | |
parent | 3b6d1eb7ea65f4aa64115cf9ba02c190e5c9f6de [diff] |
powerpc/nohash: Fix build break with 64K pages Commit 74701d5947a6 "powerpc/mm: Rename function to indicate we are allocating fragments" renamed page_table_free() to pte_fragment_free(). One occurrence was mistyped as pte_fragment_fre(). This only breaks the nohash 64K page build, which is not the default or enabled in any defconfig. Fixes: 74701d5947a6 ("powerpc/mm: Rename function to indicate we are allocating fragments") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>