diff --git a/core/linux-rpi/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch b/core/linux-rpi/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch index 4b2e24fe1..d79305af0 100644 --- a/core/linux-rpi/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch +++ b/core/linux-rpi/0001-Make-proc-cpuinfo-consistent-on-arm64-and-arm.patch @@ -9,10 +9,10 @@ Signed-off-by: graysky 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c -index 721350d21074..88e2b8fcd7e6 100644 +index c85cbc1..d9c0d95 100644 --- a/arch/arm64/kernel/cpuinfo.c +++ b/arch/arm64/kernel/cpuinfo.c -@@ -153,9 +153,8 @@ static int c_show(struct seq_file *m, void *v) +@@ -194,9 +194,8 @@ static int c_show(struct seq_file *m, void *v) * "processor". Give glibc what it expects. */ seq_printf(m, "processor\t: %d\n", i); @@ -25,5 +25,5 @@ index 721350d21074..88e2b8fcd7e6 100644 seq_printf(m, "BogoMIPS\t: %lu.%02lu\n", loops_per_jiffy / (500000UL/HZ), -- -2.29.2 +2.43.0 diff --git a/core/linux-rpi/PKGBUILD b/core/linux-rpi/PKGBUILD index 89b00930d..78e5c287e 100644 --- a/core/linux-rpi/PKGBUILD +++ b/core/linux-rpi/PKGBUILD @@ -33,7 +33,7 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li md5sums=('6678d5d6c853e04c11fdc63925c5ba5d' '3bab7426d8c8818dda8353da3892a41f' '16c484af9f72b9275afcf83a6b8eab36' - 'f66a7ea3feb708d398ef57e4da4815e9' + 'a157c5bfc0f03d0728c92bd953b06265' '86d4a35722b5410e3b29fc92dae15d4b' 'c8f84694321e249492c80149833671d7') md5sums_armv7h=('69113e58cca35d470366316090c24c1c')