Commit b6cc7a04 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"