guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44169] [PATCH 1/3] file-systems: Allow swap space lookup by UUID/la


From: Mathieu Othacehe
Subject: [bug#44169] [PATCH 1/3] file-systems: Allow swap space lookup by UUID/label.
Date: Fri, 23 Oct 2020 19:02:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hey,

> We should check its value on the other arches we can about though.

On arm64, PAGE_SIZE is 1 << CONFIG_ARM64_PAGE_SHIFT which can be 12, 14
or 16 depending on the kernel config.

On arm and x86_64 it is fixed to 1 << 12 which makes things easier.

Mathieu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]