Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linux

Pull csky update from Guo Ren:

- Optimize delay accuracy

* tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linux:
csky: delay: Add function alignment

+1 -1
+1 -1
arch/csky/lib/delay.c
··· 5 5 #include <linux/init.h> 6 6 #include <linux/delay.h> 7 7 8 - void __delay(unsigned long loops) 8 + void __aligned(8) __delay(unsigned long loops) 9 9 { 10 10 asm volatile ( 11 11 "mov r0, r0\n"