Skip to content

Commit

Permalink
Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linux
Browse files Browse the repository at this point in the history
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
  • Loading branch information
torvalds committed Feb 27, 2023
2 parents f3a2439 + 4a3ec00 commit b6cc7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/csky/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <linux/init.h>
#include <linux/delay.h>

void __delay(unsigned long loops)
void __aligned(8) __delay(unsigned long loops)
{
asm volatile (
"mov r0, r0\n"
Expand Down

0 comments on commit b6cc7a0

Please sign in to comment.