Aneesh Kumar K.V 701101865f powerpc/mm: Reduce memory usage for mm_context_t for radix
Currently, our mm_context_t on book3s64 include all hash specific
context details like slice mask and subpage protection details. We
can skip allocating these with radix translation. This will help us to save
8K per mm_context with radix translation.

With the patch applied we have

sizeof(mm_context_t)  = 136
sizeof(struct hash_mm_context)  = 8288

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-04-21 23:12:39 +10:00
..
2019-03-07 12:56:26 -08:00
2018-07-30 22:47:53 +10:00
2019-01-01 15:55:29 -08:00
2019-02-23 22:31:40 +11:00
2019-02-23 21:04:32 +11:00
2017-12-11 13:03:35 +11:00
2019-03-07 12:56:26 -08:00
2018-06-07 10:23:33 -07:00
2019-03-12 10:04:01 -07:00
2019-03-07 12:56:26 -08:00
2019-03-02 14:43:05 +11:00
2019-04-20 22:02:44 +10:00
2018-10-09 16:51:05 +11:00
2019-03-05 21:07:18 -08:00
2018-05-25 12:04:46 +10:00