Re: [PATCH] sparc64: Register hugepages during arch init

2017-07-20 Thread David Miller
From: Nitin Gupta Date: Wed, 19 Jul 2017 17:12:54 -0700 > Add hstate for each supported hugepage size using > arch initcall. This change fixes some hugepage > parameter parsing inconsistencies: > > case 1: no hugepage parameters > > Without hugepage parameters, only

Re: [PATCH] sparc64: Register hugepages during arch init

2017-07-20 Thread David Miller
From: Nitin Gupta Date: Wed, 19 Jul 2017 17:12:54 -0700 > Add hstate for each supported hugepage size using > arch initcall. This change fixes some hugepage > parameter parsing inconsistencies: > > case 1: no hugepage parameters > > Without hugepage parameters, only a hugepages-8192kB entry

[PATCH] sparc64: Register hugepages during arch init

2017-07-19 Thread Nitin Gupta
Add hstate for each supported hugepage size using arch initcall. This change fixes some hugepage parameter parsing inconsistencies: case 1: no hugepage parameters Without hugepage parameters, only a hugepages-8192kB entry is visible in sysfs. It's different from x86_64 where both 2M and 1G

[PATCH] sparc64: Register hugepages during arch init

2017-07-19 Thread Nitin Gupta
Add hstate for each supported hugepage size using arch initcall. This change fixes some hugepage parameter parsing inconsistencies: case 1: no hugepage parameters Without hugepage parameters, only a hugepages-8192kB entry is visible in sysfs. It's different from x86_64 where both 2M and 1G