Skip to content

Commit b6cc7a0

Browse files
committed
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
2 parents f3a2439 + 4a3ec00 commit b6cc7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/csky/lib/delay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include <linux/init.h>
66
#include <linux/delay.h>
77

8-
void __delay(unsigned long loops)
8+
void __aligned(8) __delay(unsigned long loops)
99
{
1010
asm volatile (
1111
"mov r0, r0\n"

0 commit comments

Comments
 (0)