Hauke Mehrtens 2f2eceab13 lantiq: Fix build after kernel 5.15.150
This fixes the following compile problem:
````
  CC      arch/mips/kernel/vpe-mt.o
arch/mips/kernel/vpe-mt.c: In function 'vpe_run':
arch/mips/kernel/vpe-mt.c:32:23: error: unused variable 'physical_memsize' [-Werror=unused-variable]
   32 |         unsigned long physical_memsize = 0L;
      |                       ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:289: arch/mips/kernel/vpe-mt.o] Error 1
````

physical_memsize was removed from upstream kernel, see:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.15.y&id=5b4f6c5ff65c8551018ccea40c569afd759734c0

Fixes: 387fde0da0e8 ("kernel: bump 5.15 to 5.15.150")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 9cfa5f74175d5c663bcf5973024fb76223972033)
2024-03-08 14:50:43 +01:00
..
2023-08-10 21:07:50 +02:00
2024-03-08 11:28:10 +01:00
2023-09-25 23:04:37 +02:00
2024-03-08 11:28:10 +01:00
2024-03-08 11:28:10 +01:00
2024-01-08 23:15:35 +01:00
2024-03-08 11:28:10 +01:00
2024-02-10 20:19:28 +01:00
2023-10-29 13:00:28 +01:00
2024-02-10 20:19:28 +01:00
2024-01-08 23:15:35 +01:00
2024-03-08 11:28:10 +01:00
2024-03-08 11:28:10 +01:00
2024-03-08 11:28:10 +01:00
2024-03-08 11:28:10 +01:00
2023-07-06 17:04:13 +02:00
2024-01-07 12:57:30 +00:00
2024-03-08 11:28:10 +01:00
2024-01-07 12:57:30 +00:00
2024-02-10 20:19:28 +01:00
2023-06-17 12:09:03 +02:00
2023-10-31 00:44:03 +01:00
2023-09-25 23:04:37 +02:00
2023-11-25 20:17:09 +01:00