Re: [PATCH] x86/asm: Use PAGE_SIZE instead of 4096 where appropriate

From: Cyrill Gorcunov
Date: Wed Feb 14 2018 - 05:57:27 EST


On Wed, Feb 14, 2018 at 01:32:53PM +0300, Kirill A. Shutemov wrote:
> Cyrill pointed that it makes sense to replace 4096 to PAGE_SIZE in
> head_64.S.
>
> This patch replaces 4096 with PAGE_SIZE everywhere in assembly code
> where it fits semantically.
>
> Suggested-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx>
> Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>
Thanks a lot!
Reviewed-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx>