Commit b6cc7a04 authored by Linus Torvalds's avatar Linus Torvalds

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
parents f3a2439f 4a3ec009
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment