Files
Hajime Tazaki ff70c1610a lkl: follow up fix after v6.6 merge (PAGE_SHIFT)
As nommu architecture uses __va definition in asm-generic, it is casted
with (void*) after the macro.  But pfn_to_virt definition is using shift
operation after the cast so, compilers raise warnings/errors/

I suppose this is an upstream bug when they introduce the commit.

Fixes: 2d78057f0d ("asm-generic/page.h: Make pfn accessors static inlines")
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
2024-05-16 08:58:58 +09:00
..
2022-02-25 09:36:06 +01:00
2023-02-13 22:13:29 +01:00
2023-05-18 11:07:54 +02:00
2021-12-11 23:31:51 +01:00
2020-01-23 10:41:16 -08:00
2022-07-22 17:34:57 -05:00
2023-08-21 13:37:52 -07:00
2022-02-25 09:36:06 +01:00