powerpc/mm: remove obsolete comment about page size name array
The array of names in hugetlbpage.c no longer exists. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
09d5472a08
commit
a8b91e43af
@ -163,12 +163,7 @@ extern u64 ppc64_rma_size;
|
|||||||
* to think about, feedback welcome. --BenH.
|
* to think about, feedback welcome. --BenH.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* There are #define as they have to be used in assembly
|
/* These are #defines as they have to be used in assembly */
|
||||||
*
|
|
||||||
* WARNING: If you change this list, make sure to update the array of
|
|
||||||
* names currently in arch/powerpc/mm/hugetlbpage.c or bad things will
|
|
||||||
* happen
|
|
||||||
*/
|
|
||||||
#define MMU_PAGE_4K 0
|
#define MMU_PAGE_4K 0
|
||||||
#define MMU_PAGE_16K 1
|
#define MMU_PAGE_16K 1
|
||||||
#define MMU_PAGE_64K 2
|
#define MMU_PAGE_64K 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user