* mark python sqlite DEP opt and update .cache
[t2sde.git] / package / kernel / linux / hotfix-ia64-pagesize.patch
blobedd95c07bdd654677e14749b8bf1ba0007315231
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux/hotfix-ia64-pagesize.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- linux-6.11/arch/ia64/Kconfig.vanilla 2024-10-05 15:41:25.893014099 +0200
15 +++ linux-6.11/arch/ia64/Kconfig 2024-10-05 15:44:24.716343525 +0200
16 @@ -143,6 +143,7 @@
18 config IA64_PAGE_SIZE_4KB
19 bool "4KB"
20 + select HAVE_PAGE_SIZE_4KB
21 help
22 This lets you select the page size of the kernel. For best IA-64
23 performance, a page size of 8KB or 16KB is recommended. For best
24 @@ -159,13 +161,16 @@
25 If you don't know what to do, choose 16KB.
27 config IA64_PAGE_SIZE_8KB
28 + select HAVE_PAGE_SIZE_8KB
29 bool "8KB"
31 config IA64_PAGE_SIZE_16KB
32 + select HAVE_PAGE_SIZE_16KB
33 bool "16KB"
35 config IA64_PAGE_SIZE_64KB
36 depends on !ITANIUM
37 + select HAVE_PAGE_SIZE_64KB
38 select PAGE_SIZE_64KB
39 bool "64KB"