aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChris Smart <chris@distroguy.com>2016-10-02 09:17:21 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-17 10:34:00 +1100
commit82b5bbd5824b3bfce75868f988011887b012b44f (patch)
tree055a4b1d3f981289d7ce6eccefa78b0d26003110 /core
parent50ba5801a97fccd38d0248a95aa34dea05aa783a (diff)
downloadskiboot-82b5bbd5824b3bfce75868f988011887b012b44f.zip
skiboot-82b5bbd5824b3bfce75868f988011887b012b44f.tar.gz
skiboot-82b5bbd5824b3bfce75868f988011887b012b44f.tar.bz2
mambo: Advertise available RADIX page sizes
This adds a device tree entry which advertises additional support for 2M and 1G pages in a PAPR compliant manner. Without this, the kernel will default to only 4K and 64K page sizes. With this patch, 1G (0x40000000) pages for linear mapping will be used. This can be seen by when checking the output of "Mapping range" in the kernel log: # dmesg |grep "Mapping range" Mapping range 0x0 - 0x100000000 with 0x40000000 Without this patch, the kernel will use 64K (0x10000) instead: # dmesg |grep "Mapping range" Mapping range 0x0 - 0x100000000 with 0x10000 Signed-off-by: Chris Smart <chris@distroguy.com> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions