That was the problem. I was trying to use cyrus-p5050.dtb instead.xeno74 wrote: Fri Dec 18, 2020 10:17 am Did you load the device tree blob "cyrus-p5020.dtb" in U-Boot?
I don't know whether I want to try alpha3 or wait for you to get alpha4 fixed.
That was the problem. I was trying to use cyrus-p5050.dtb instead.xeno74 wrote: Fri Dec 18, 2020 10:17 am Did you load the device tree blob "cyrus-p5020.dtb" in U-Boot?
Please try the alpha3. Thankskilaueabart wrote: Fri Dec 18, 2020 8:09 pmThat was the problem. I was trying to use cyrus-p5050.dtb instead.xeno74 wrote: Fri Dec 18, 2020 10:17 am Did you load the device tree blob "cyrus-p5020.dtb" in U-Boot?
I don't know whether I want to try alpha3 or wait for you to get alpha4 fixed.
When I went to get alpha3 I saw that alpha4 was ready, and now I am running alpha5. Is there still any point in trying the alpha3?xeno74 wrote: Fri Dec 18, 2020 9:33 pmPlease try the alpha3. Thankskilaueabart wrote: Fri Dec 18, 2020 8:09 pm I don't know whether I want to try alpha3 or wait for you to get alpha4 fixed.
No, there isn’t. Thanks a lot for testing the alpha5!kilaueabart wrote: Sun Dec 20, 2020 11:37 pm When I went to get alpha3 I saw that alpha4 was ready, and now I am running alpha5. Is there still any point in trying the alpha3?
Thank you for testing the alpha5!
Code: Select all
diff -rupN a/arch/powerpc/kernel/vdso32/vgettimeofday.c b/arch/powerpc/kernel/vdso32/vgettimeofday.c
--- a/arch/powerpc/kernel/vdso32/vgettimeofday.c 2020-12-19 00:01:16.829846652 +0100
+++ b/arch/powerpc/kernel/vdso32/vgettimeofday.c 2020-12-19 00:00:37.817369691 +0100
@@ -10,12 +10,6 @@ int __c_kernel_clock_gettime(clockid_t c
return __cvdso_clock_gettime32_data(vd, clock, ts);
}
-int __c_kernel_clock_gettime64(clockid_t clock, struct __kernel_timespec *ts,
- const struct vdso_data *vd)
-{
- return __cvdso_clock_gettime_data(vd, clock, ts);
-}
-
int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz,
const struct vdso_data *vd)
{